1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

Move js/src/index.js one folder up (#32001)

This commit is contained in:
XhmikosR
2020-11-01 07:31:17 +02:00
committed by GitHub
parent 465135a0f8
commit 5664e728b4
3 changed files with 35 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ if (BUNDLE) {
}
module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'),
input: path.resolve(__dirname, '../js/index.js'),
output: {
banner,
file: path.resolve(__dirname, `../dist/js/${fileDest}`),