From d7d8f2a60a5b1a4a564a737707c997a14566b6a5 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sat, 20 Mar 2021 22:47:43 +0100 Subject: [PATCH] enable bootstrap, disable ckeditor --- src/Bundle/ChillMainBundle/chill.webpack.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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