Complete layout overhaul
This commit is contained in:
+1
-1
@@ -21,13 +21,13 @@ Encore
|
||||
// features
|
||||
.enableSourceMaps(!Encore.isProduction())
|
||||
.enableVersioning(Encore.isProduction())
|
||||
.enableSassLoader()
|
||||
// Babel config for wide browser support
|
||||
.configureBabelPresetEnv((options) => {
|
||||
options.useBuiltIns = 'usage';
|
||||
options.corejs = 3;
|
||||
options.bugfixes = true;
|
||||
})
|
||||
.autoProvidejQuery(false)
|
||||
.enableBuildNotifications()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user