This commit is contained in:
asd
2019-12-02 09:42:57 +08:00
parent 7632977bf3
commit 4470fd0e9c

View File

@@ -25,9 +25,12 @@ moudle.export={
entry:"",
output:{
path:"" //最终bundle.js 生成的文件路径,
filename:"" //编译完成后生成的文件名 默认为 bundle.
filename:"" //编译完成后生成的文件名 默认为 bundle.js
}
}
```
(3) loader 让js文件可以加载其他文件类型