mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
webpack installation of ckeditor5
This commit is contained in:
@@ -5,11 +5,12 @@ module.exports = function(encore, entries)
|
||||
entries.push(__dirname + '/Resources/public/main.js');
|
||||
|
||||
encore
|
||||
// Add new separate entries
|
||||
// Add new separate entrypoints
|
||||
.addEntry('login', __dirname + '/Resources/public/modules/login_page/index.js')
|
||||
.addEntry('tabs', __dirname + '/Resources/public/modules/tabs/index.js')
|
||||
|
||||
// chill2 assets
|
||||
// chill2 new assets
|
||||
.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js')
|
||||
.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js')
|
||||
.addEntry('forkawesome', __dirname + '/Resources/public/modules/forkawesome/index.js')
|
||||
|
||||
|
Reference in New Issue
Block a user