@bamdadsabbagh/webpack-config

1.4.30 • Public • Published

webpack-config

Bamdad Sabbagh's webpack config

Vendor

webpack config.

npm

npm package.

Installation

yarn add --dev @bamdadsabbagh/webpack-config

Usage

{
    "build": "yarn build:clean && yarn build:webpack && yarn build:serve",
    "build:clean": "rm -rf dist/",
    "build:webpack": "cross-env NODE_ENV=production webpack --config node_modules/@bamdadsabbagh/webpack-config/webpack.prod.js",
    "build:serve": "serve -s dist/",
    "dev": "cross-env NODE_ENV=development webpack serve --config node_modules/@bamdadsabbagh/webpack-config/webpack.dev.js",
    "start": "yarn dev"
}

Readme

Keywords

Package Sidebar

Install

npm i @bamdadsabbagh/webpack-config

Weekly Downloads

2

Version

1.4.30

License

MIT

Unpacked Size

13.5 kB

Total Files

8

Last publish

Collaborators

  • bamdadsabbagh