Last active
December 3, 2018 10:19
-
-
Save cahyowhy/f02989cadde0e82fbf02b8963f5f687c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ..... another setup above here ...... // | |
plugins: [ | |
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /id|^en/) | |
] | |
// ..... another setup below here ...... // |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment