nodemon webpack plugin:一个使用Nodemon启动并重新加载服务器的Webpack插件 源码
Nodemon Webpack插件 使用监视并重新启动模块的输出文件(大概是服务器),但仅当webpack处于监视模式时(即--watch )。 无需另外安装,配置和运行Nodemon。 安装 npm install nodemon-webpack-plugin --save-dev 用法 const NodemonPlugin = require ( 'nodemon-webpack-plugin' ) ; // Ding module . exports = { entry : './src/server.js' , output : { path : path . r
文件列表
nodemon-webpack-plugin-master.zip
(预估有个36文件)
nodemon-webpack-plugin-master
features
compilation_error.feature
226B
zero_configuration.feature
487B
output_substitutions.feature
237B
clean_exit.feature
247B
nodemon_options.feature
810B
support
templates.js
1KB
outputMonitoring.js
1KB
暂无评论