Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@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.
FAQs
基于 Webpack 的前端构建工程化解决方案
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.