aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 1c37a6b..463e3ce 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -28,6 +28,6 @@ module.exports = {
plugins: [
// Only load the dutch local for moment.js
// https://stackoverflow.com/questions/25384360/how-to-prevent-moment-js-from-loading-locales-with-webpack#25426019
- new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /nl/),
+ new webpack.ContextReplacementPlugin(/moment[/\\]locale$/, /nl/),
],
};