remove ChillMainSass webpack alias (scratch reference)

This commit is contained in:
2021-07-12 17:11:59 +02:00
parent 0224224744
commit 3c4c5e29a3
4 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ module.exports = function(encore, entries)
// Aliases are used when webpack is trying to resolve modules path
encore.addAliases({
ChillMainAssets: __dirname + '/Resources/public',
ChillMainSass: __dirname + '/Resources/public/modules/scratch',
//ChillMainSass: __dirname + '/Resources/public/modules/scratch',
ShowHide: __dirname + '/Resources/public/modules/show_hide'
});