老师报错了
$ webpack hello.js hello.bundle.js
Hash: 4383571c5f9bc3fffae5
Version: webpack 3.10.0
Time: 109ms
Asset Size Chunks Chunk Names
hello.bundle.js 2.96 kB 0 [emitted] main
[0] ./hello.js 210 bytes {0} [built]
[1] ./world.js 194 bytes {0} [built] [failed] [1 error]
ERROR in ./world.js
Module parse failed: Unexpected token (8:12)
You may need an appropriate loader to handle this file type.
| */
| function world(){
| retrurn {
|
| };
@ ./hello.js 7:0-21