Last active
June 16, 2016 16:05
-
-
Save FlorianWendelborn/e2f6354e1cb7ca264831104a3827192a to your computer and use it in GitHub Desktop.
🐛 WebPack Inconsistent Entry Path
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
{ | |
"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