webpack-rs
v4.2.0
Published
This package is intended to manage common assets across our various repositories. This can be installed using
Downloads
65
Keywords
Readme
Webpack RS
This package is intended to manage common assets across our various repositories. This can be installed using
yarn add -D webpack-rs
This package exposes the following:
extendDefaultWebpackConfiguration
: Use this to merge the base configuration with your apps configurationPlugins
: plugins where options are likely to vary between projects. This object currently exposesCopyWebpackPlugin
,MiniCssExtractPlugin
, andWebpackManifestPlugin
helpers
: common functions that can be used in multiple projectshelpers.optimizeImages
: This can be used along w/new Plugins.CopyWebpackPlugin
to optimize images copied via webpack (see https://webpack.js.org/plugins/copy-webpack-plugin/#transform for more information)
There's a basic example here that can be ran using npx webpack --config=example/webpack.config.js