write file webpack plugin:强制webpack dev server将捆绑文件写入文件系统 源码
写文件webpack插件 强制webpack-dev-server程序将捆绑文件写入文件系统。 当使用程序而不是时,此插件无效。 安装 npm install write-file-webpack-plugin --save-dev API /** * @typedef {Object} options * @property { boolean } atomicReplace Atomically replace files content (i.e., to prevent programs like test watchers from seeing partial files) (default: true). * @property { boolean } exitOnErrors Stop writing files on webpack errors (defau
文件列表
write-file-webpack-plugin-master.zip
(预估有个13文件)
write-file-webpack-plugin-master
.travis.yml
142B
.eslintrc
29B
sandbox
src
app
index.js
40B
foo
index.js
24B
webpack.config.js
889B
暂无评论