Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

vegawong/lazy-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-webpack-plus

easy to setup for webpack

USAGE:

// webpack.config.js
const getConfig = require('lazy-webpack');
let config = getConfig({
  in: {
    app: 'src/main.js'
  },
  out: {
    path: 'dist',
    publicPath: 'http://localhost:3000/dist/'
  },
  presets: ['babel', 'sass']  // can be string(preset-name) or object
});
module.exports = config;

可用的Presets

About

easy to setup for webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published