Skip to content

Instantly share code, notes, and snippets.

@klavs
Created March 24, 2017 15:32
Show Gist options
  • Save klavs/3286acc7225518d847f5078f4c2f7a60 to your computer and use it in GitHub Desktop.
Save klavs/3286acc7225518d847f5078f4c2f7a60 to your computer and use it in GitHub Desktop.
new webpack.optimize.CommonsChunkPlugin({
name: "common",
chunks: ["site", "admin"]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment