Guest User

Untitled

a guest
Mar 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. function hello(str){
  2. alert(str);
  3. }
  4.  
  5. {
  6. "name": "webpackdemo",
  7. "version": "1.0.0",
  8. "description": "",
  9. "main": "index.js",
  10. "scripts": {
  11. "test": "echo "Error: no test specified" && exit 1"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "webpack": "^4.1.1"
  17. }
  18. }
  19.  
  20. webpack hello.js hello.bundle.js
  21.  
  22. ERROR in multi ./hello.js hello.bundle.js
  23. Module not found: Error: Can't resolve 'hello.bundle.js' in 'D:webpackDemo'
  24. @ multi ./hello.js hello.bundle.js
Add Comment
Please, Sign In to add comment