This commit is contained in:
asd
2019-12-02 09:50:57 +08:00
parent 001377592f
commit ce85607060

View File

@@ -34,9 +34,17 @@ output:{
(3) loader 让js文件可以加载其他文件类型支持所有文件类型
配置时有两个参数
>text 指明是哪个类型的文件
>use 指明使用哪个loader
webpack 常用的loader:
配置webpack.config.js
```