mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
disable scratch webpack compilation
This commit is contained in:
parent
ce8207ea65
commit
75c3df50e0
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user