README
Shared Webpack Configuration
This package exports a function to filter each projects webpack config object and add shared properties.
This function adds handling of production builds, as well as bundle analysis.
A webpack plugin to add the common setup to each product.
<script type="module">
import beaverbuilderWebpackConfig from 'https://cdn.skypack.dev/@beaverbuilder/webpack-config';
</script>
This package exports a function to filter each projects webpack config object and add shared properties.
This function adds handling of production builds, as well as bundle analysis.