
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mrbuilder-plugin-webpack-dev-server
Advanced tools
This plugin provides webpack-dev-server support for mbuilder projects. This runs a convienent server for development.
You can pass in all the normal webpack devServer configuration. In addition it has a url rewrite functionality.
{
"rewrite":{
//rewrites
"/public\/js\/(stuff)\.([a-z0-9A-Z])\.(js|css)/":"/whatever/{0}.{2}"
//matches and sends back an empty string
"/send_empty":true
}
}
All other options are passed to webpack dev server.
| Property | Type | Default | Description |
|---|---|---|---|
| historyApiFallback | bool | true | Use history fallback |
| port | number | 8082 | Port to listen to |
| contentBase | string | ./public | Directory with assets |
| entry | object | public/index.js | falls back to src/index.js |
| rewrite | object | Rewrite urls | |
| useBuildCache | bool | false | Enables build caching that can improve build performance |
FAQs
webpack dev server for mrbuilder
We found that mrbuilder-plugin-webpack-dev-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.