From 75c3df50e02896b1a3d7d47af9b054dd266fa5ac Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 8 Jul 2021 11:58:22 +0200 Subject: [PATCH] disable scratch webpack compilation --- src/Bundle/ChillMainBundle/chill.webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/chill.webpack.config.js b/src/Bundle/ChillMainBundle/chill.webpack.config.js index b9038efa9..5da1e6f14 100644 --- a/src/Bundle/ChillMainBundle/chill.webpack.config.js +++ b/src/Bundle/ChillMainBundle/chill.webpack.config.js @@ -51,7 +51,7 @@ module.exports = function(encore, entries) // Add separate entrypoints encore.addEntry('login', __dirname + '/Resources/public/modules/login_page/index.js'); - encore.addEntry('scratch', __dirname + '/Resources/public/modules/scratch/index.js'); + //encore.addEntry('scratch', __dirname + '/Resources/public/modules/scratch/index.js'); // Chill2 new assets encore.addEntry('forkawesome', __dirname + '/Resources/public/modules/forkawesome/index.js');