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

@easy-team/easywebpack

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-team/easywebpack

基于 Webpack 的前端构建工程化解决方案

  • 4.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
59
decreased by-14.49%
Maintainers
1
Weekly downloads
 
Created
Source

easywebpack

NPM version build status Test coverage David deps npm download

A Simple, Powerful Wepback Front-End Development Solution

Feature

easywebpack

Document

Install

$ npm i @easy-team/easywebpack --save-dev

Usage

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'
  }
});

Usage Solution

Webpack Command Tool

easywebpack-cli Webpack Building Command Line And Boilerplate Init Tool for easywebpack

Application Boilerplate

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords

FAQs

Package last updated on 15 Oct 2019

Did you know?

Socket

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.

Install

Related posts

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