diff --git a/symfony/webpack-encore-bundle/1.0/webpack.config.js b/symfony/webpack-encore-bundle/1.0/webpack.config.js index 80585d80..e8b42835 100644 --- a/symfony/webpack-encore-bundle/1.0/webpack.config.js +++ b/symfony/webpack-encore-bundle/1.0/webpack.config.js @@ -51,7 +51,7 @@ Encore .configureBabelPresetEnv((config) => { config.useBuiltIns = 'usage'; config.corejs = 3; - }); + }) // enables Sass/SCSS support //.enableSassLoader()