@pieced/webpack-config

1.1.17 • Public • Published

@pieced/webpack-config 👋

Version Download Last Commit License: MIT

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

Package Sidebar

Install

npm i @pieced/webpack-config

Weekly Downloads

131

Version

1.1.17

License

MIT

Unpacked Size

8.42 kB

Total Files

9

Last publish

Collaborators

  • adming