Skip to content

Instantly share code, notes, and snippets.

@FlorianWendelborn
Last active June 16, 2016 16:05
Show Gist options
  • Save FlorianWendelborn/e2f6354e1cb7ca264831104a3827192a to your computer and use it in GitHub Desktop.
Save FlorianWendelborn/e2f6354e1cb7ca264831104a3827192a to your computer and use it in GitHub Desktop.
🐛 WebPack Inconsistent Entry Path
{
"scripts": {
"a": "mkdir a && touch a.js && webpack a bundle-a.js",
"b": "touch b.js && webpack b bundle-b.js"
},
"dependencies": {
"webpack": "^1.13.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment