Created
March 19, 2018 14:10
-
-
Save andreasvirkus/c8b09f1163c126f4ab0c9784efa586f6 to your computer and use it in GitHub Desktop.
Force webpack to use only the locale you need (reduces moment's bundle from ~90kB -> ~20kB)
This file contains hidden or 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
new ContextReplacementPlugin(/moment[\/\\]locale$/, /uk/), | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment