easy-team / egg-webpack

Egg Webpack Dev Server Plugin, Support Memory File and Hot-Reload
https://easyjs.cn
MIT License
68 stars 16 forks source link

当我配置了write-file-webpack-plugin插件但是未生成文件 #26

Closed xiaokyo closed 3 years ago

xiaokyo commented 3 years ago

里面集成不是webpack-dev-server嘛

xiaokyo commented 3 years ago

我只是想让它打包后的文件输出在目录下, 不需要缓存在内存中

hubcarl commented 3 years ago

@xiaokyo webpack.config.js 配置

devServer: {
  writeToDisk: true
}