aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
commit9a617e85ae4c632bf12f32e59da519b676216004 (patch)
tree84e85229e549f1340c1636ce4a4d3ca4e68ef53d /webpack.config.js
parent5e96a4f263bb68ce440567883f7811b34a14e191 (diff)
Project cleanup
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/),
],
};