@pro-vision/webpack-config
v2.1.2
Published
Default WebpackConfig - Generator for development and prod config. Includes all loaders for SCSS, JS, TS, JSX, TSX bundling and transpiling.
Downloads
1,011
Keywords
Readme
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;