This commit is contained in:
asd
2019-12-02 09:37:57 +08:00
parent 5ce9832406
commit e6d5bbacfd

View File

@@ -6,8 +6,8 @@ webpack是一个js文件打包器在处理应用程序时会将程序用
配置webpack.config.js
```
module.exports = {
entry: './path/to/my/entry/file.js' //路径
};
moudle.export={
en
}
```