Skip to content

Releases: CanopyTax/canopy-webpack-config

v4.2.0

29 Oct 18:09
164722e
Compare
Choose a tag to compare

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

22 Oct 15:43
dfc43a2
Compare
Choose a tag to compare

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

23 Aug 15:44
2ab0c69
Compare
Choose a tag to compare
  • support typescript services
  • upgrade yarn to v3

v4.0.0 Webpack 5

08 Aug 23:31
78f2be5
Compare
Choose a tag to compare

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 to webpack serve

v3.3.0 Add react-hook-form to externals

05 Jul 22:16
1d28ff0
Compare
Choose a tag to compare
Merge pull request #31 from parkm/v3.3.0

Add react-hook-form to externals v3.3.0

3.2.0

03 Nov 22:44
Compare
Choose a tag to compare

Include luxon in externals seeing as it is now a common dependency

v3.1.0

20 Nov 17:53
Compare
Choose a tag to compare

We no longer name our AMD bundles; instead, they are anonymous bundles.

To compensate, we use webpack's jsonpFunction to ensure that codesplits between apps aren't combined.

v3.0.4

25 Oct 20:44
Compare
Choose a tag to compare

Adding CORS headers to the devServer

v3.0.3

24 Sep 21:52
a822074
Compare
Choose a tag to compare

various bug fixes with the 3.0 release.

v3.0.1

16 Sep 18:06
6a42012
Compare
Choose a tag to compare

Fixes a bug in the v3 release