From 9a617e85ae4c632bf12f32e59da519b676216004 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 23 Mar 2018 19:33:08 +0100 Subject: Project cleanup --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') 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/), ], }; -- cgit v1.1