1.1.18 • Published 5 months ago

@pieced/webpack-config v1.1.18

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

webpack configuration

Install

npm i @pieced/webpack-config -D

Usage

const {getWebConfig} = require('@pieced/webpack-config');

module.exports = getWebConfig();

Usage Dev

const {getWebConfig} = require('@pieced/webpack-config');

module.exports = getWebConfig({
  devServer: {
    // xxx
  },
});