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
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'
}
});
easywebpack-cli Webpack Building Command Line And Boilerplate Init Tool for easywebpack
vue-webpack-boilerplate Vue Front-End Application
react-webpack-boilerplate React Front-End Application
weex-webpack-boilerplate Weex Front-End Application
egg-vue-webpack-boilerplate Egg + Vue Server Side Render Application
egg-vue-webpack-spa-boilerplate Egg + Vue Server Side Render Single Page Application
egg-vue-webpack-mpa-boilerplate Egg + Vue Server Side Render Multil Page Application
egg-vue-typescript-boilerplate Egg + Vue + TypeScript + Webpack Server Side Render Application
egg-react-webpack-boilerplate Egg + React Server Side Render Application
egg-react-webpack-spa-boilerplate Egg + React Server Side Render Single Page Application
egg-react-webpack-mpa-boilerplate Egg + React Server Side Render Multil Page Application
egg-react-typescript-boilerplate Egg + React + TypeScript + Webpack Server Side Render Application
html-webpack-boilerplate HTML Front-End Application
Please open an issue here.
FAQs
基于 Webpack 的前端构建工程化解决方案
The npm package @easy-team/easywebpack receives a total of 47 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.
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.