Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created March 19, 2018 14:10
Show Gist options
  • Save andreasvirkus/c8b09f1163c126f4ab0c9784efa586f6 to your computer and use it in GitHub Desktop.
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)
new ContextReplacementPlugin(/moment[\/\\]locale$/, /uk/),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment