2.1.2 • Published 4 years ago

@pro-vision/webpack-config v2.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

webpack-config

Default WebpackConfig - Generator for development and prod config. Includes all loaders for SCSS, JS, TS, JSX, TSX bundling and transpiling.

Installation

npm i @pro-vision/webpack-config -D

Usage:

// my.webpack.prod.config.js
const { getConfig } = require('@pro-vision/webpack-config');
const webpackConfig = getConfig('production');

module.exports = webpackConfig;