diff --git a/src/Bundle/ChillMainBundle/chill.webpack.config.js b/src/Bundle/ChillMainBundle/chill.webpack.config.js index a6a69a954..7c7d23a19 100644 --- a/src/Bundle/ChillMainBundle/chill.webpack.config.js +++ b/src/Bundle/ChillMainBundle/chill.webpack.config.js @@ -57,11 +57,11 @@ module.exports = function(encore, entries) // Chill2 new assets encore.addEntry('forkawesome', __dirname + '/Resources/public/modules/forkawesome/index.js'); - //encore.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js'); + encore.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js'); // CKEditor5 - buildCKEditor(encore); - encore.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js'); + //buildCKEditor(encore); + //encore.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js'); }; \ No newline at end of file