Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pro-vision/webpack-config

pro-vision728ISC2.1.2

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

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;

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.2 (2020-03-26)

Note: Version bump only for package @pro-vision/webpack-config

2.1.1 (2020-03-13)

Bug Fixes

  • webpack-config: fix missing browserslistrc file not beeing part of the published files (1e8c3b2)

2.1.0 (2020-03-09)

Features

  • pv-scripts: add new flags to the pv-scripts to allow generating bundle analyze information (3c9f2bc)
  • webpack-config: transpile kluntje (b48367c)