Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

start-server-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

start-server-webpack-plugin - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

package.json
{
"name": "start-server-webpack-plugin",
"version": "2.0.2",
"version": "2.1.0",
"description": "Automatically start your server once Webpack's build completes.",

@@ -5,0 +5,0 @@ "main": "dist/StartServerPlugin.js",

@@ -26,3 +26,3 @@ # start-server-webpack-plugin

entry: {
...
server: ...
},

@@ -33,3 +33,3 @@ ...

// Only use this in DEVELOPMENT
new StartServerPlugin(),
new StartServerPlugin('server.js'),
...

@@ -41,5 +41,8 @@ ],

The `name` argument in `new StartServerPlugin(name)` refers to the built asset, which is named by the output options of webpack (in the example the entry `server` becomes `server.js`. This way, the plugin knows which entry to start in case there are several.
If you don't pass a name, the plugin will tell you the available names.
### License
> MIT License 2016 © Eric Clemmons
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc