
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@easy-team/easywebpack
Advanced tools
A Simple, Powerful Wepback Front-End Development Solution

$ npm i @easy-team/easywebpack --save-dev
// ${root}/webpack.config.js
const easywebpack = requier('@easy-team/easywebpack');
const env = process.env.BUILD_ENV; // support dev/test/prod
const webpackConfig = easywebpack.getWebpackConfig({
env,
target: 'web',
entry: {
index: 'src/app.js'
}
});
module.exports = webpackConfig;
npm install easy-team/easywebpack-cli -g
easywebpack-cli Webpack Building Command Line And Boilerplate Init Tool for easywebpack



Use the plugin webpack-bundle-analyzer or stats-webpack-plugin for webpack build size analysis
easy build --size

Use the plugin speed-measure-webpack-plugin for webpack build speed analysis and count the time spent on each loader and plugin
easy build --speed
support start local file web http server and data mock service by node-http-server
easy server -d mock
Vue-Webpack-Boilerplate Vue Front-End Application
React-Wbpack-Boilerplate React Front-End Application
Egg + Vue + Vuex + Vue-Router Server Side Render Application
Egg + Vue + Vuex + Vue-Router Client Side Render Application
Please open an issue here.
sky 💻 📖 | jasonjcpeng 💻 📖 | Kevin Zhong 💻 📖 | HiuYanChong 💻 📖 | Suyi 💻 📖 | Roy Li 💻 📖 | Mice 💻 📖 |
小杰 💻 📖 | asins 💻 📖 |
FAQs
基于 Webpack 的前端构建工程化解决方案
The npm package @easy-team/easywebpack receives a total of 103 weekly downloads. As such, @easy-team/easywebpack popularity was classified as not popular.
We found that @easy-team/easywebpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.