nodemon-webpack-plugin:一个使用Nodemon启动并重新加载服务器的Webpack插件

时间:2021-02-05 19:06:47
【文件属性】:
文件名称:nodemon-webpack-plugin:一个使用Nodemon启动并重新加载服务器的Webpack插件
文件大小:128KB
文件格式:ZIP
更新时间:2021-02-05 19:06:47
node server webpack-plugin nodemon ServerJavaScript 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
----features()
--------compilation_error.feature(226B)
--------zero_configuration.feature(487B)
--------output_substitutions.feature(237B)
--------clean_exit.feature(247B)
--------nodemon_options.feature(810B)
--------support()
--------typescript.feature.disabled(469B)
--------step_definitions()
----.eslintrc.yml(229B)
----.nvmrc(8B)
----.babelrc(104B)
----package.json(3KB)
----.github()
--------workflows()
----LICENSE(1KB)
----cucumber.js(71B)
----src()
--------index.js(2KB)
--------index.d.ts(471B)
--------webpack-utils.js(470B)
----.npmignore(133B)
----.gitignore(30B)
----.prettierrc.js(91B)
----README.md(3KB)
----yarn.lock(284KB)
----.eslintignore(20B)
----.editorconfig(224B)

网友评论