easy-team/egg-webpack

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

xiaokyo opened this issue · 2 comments

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

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

@xiaokyo webpack.config.js 配置

devServer: {
  writeToDisk: true
}