webpack, add new entrypoint for bootstrap

This commit is contained in:
2021-03-20 22:01:54 +01:00
parent 3182c3607c
commit 18fec8c491
5 changed files with 54 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ module.exports = function(encore, entries)
.addEntry('tabs', __dirname + '/Resources/public/modules/tabs/index.js')
// chill2 assets
.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js')
.addEntry('forkawesome', __dirname + '/Resources/public/modules/forkawesome/index.js')
// Alias are used by Webpack when trying to resolve modules