update
This commit is contained in:
@@ -6,8 +6,8 @@ webpack是一个js文件打包器,在处理应用程序时,会将程序用
|
|||||||
配置:(webpack.config.js)
|
配置:(webpack.config.js)
|
||||||
|
|
||||||
```
|
```
|
||||||
module.exports = {
|
moudle.export={
|
||||||
entry: './path/to/my/entry/file.js' //路径
|
en
|
||||||
};
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user