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');