This commit is contained in:
root
2025-11-13 19:04:05 +03:00
commit 240d0aba5f
75129 changed files with 11118122 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
input: 'src/vote.js',
output: 'dist/vote.bundle.js',
namespace: 'BX.Vote',
browserslist: true,
};