mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-13 09:27:45 +00:00
webpack, add new entrypoint for bootstrap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user