Releases: CanopyTax/canopy-webpack-config
Releases · CanopyTax/canopy-webpack-config
v4.2.0
What's Changed
- Add support for externals by @rhys-childs in #34. This will create a separate entry for
src/externals.{ts|js}
and a new output file of the same name. - Changes the typescript boolean to an options object with a typescript property
Breaking changes
If you are using typescript, update your typescript boolean to an options object {typescript: true}
Full Changelog: v4.1.1...v4.2.0
v4.1.1
Bug fix
One of our react-dom externals
targets was eagerly ripping out all modules with name react-dom
in it. This fix targets our correct external modules:
react-dom
react-dom-server
react-dom-client
Now we can add new libraries like @floating-ui/react-dom
and not have it ripped out by webpack.
v4.1.0
v4.0.0 Webpack 5
This release is entirely about upgrading to webpack 5 - notable changes:
- removed
unused-files-webpack-plugin
due to v5 compatibility issues - updated script checks
webpack-dev-server
towebpack serve
v3.3.0 Add react-hook-form to externals
Merge pull request #31 from parkm/v3.3.0 Add react-hook-form to externals v3.3.0