We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726e00 commit 774a4b8Copy full SHA for 774a4b8
webpack.config.js
@@ -21,11 +21,4 @@ Encore
21
.addStyleEntry('css/admin', ['./app/Resources/assets/scss/admin.scss'])
22
;
23
24
-var config = Encore.getWebpackConfig();
25
-
26
-config.plugins.push(new webpack.ContextReplacementPlugin(
27
- /moment[\/\\]locale$/,
28
- /en|fr|de|es|cs|nl|ru|uk|ro|pt-br|pl|it|ja|id|ca|sl|hr|zh-cn/
29
-));
30
31
-module.exports = config;
+module.exports = Encore.getWebpackConfig();
0 commit comments