start-server-webpack-plugin
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -78,2 +78,5 @@ "use strict"; | ||
exports.default = StartServerPlugin; | ||
exports.default = StartServerPlugin; | ||
module.exports = StartServerPlugin; |
{ | ||
"name": "start-server-webpack-plugin", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Automatically start your server once Webpack's build completes.", | ||
@@ -5,0 +5,0 @@ "main": "dist/StartServerPlugin.js", |
6333
61