Releases: quintype/quintype-node-build
Releases · quintype/quintype-node-build
4.0.0
@quintype/build v4.0.0
Webpack 5 has come with a lot of brilliant features we leveraged.
Optimizations
Better support for
- HMR (inc., CSS modules)
- SSR
Dependant libraries:
standardize lint
We have noticed getting lint changes based on system preference. To avoid this we are standardizing the lint across malibu libraries
Static assets
In this release we support static assets like fonts, icons, images, etc when placed in app/static-assets
or any child directories of app/static-assets
will be bundled separately. This is done for convenience since many front-end apps were doing this by themselves.
Bump css-loader to next major 3.6 ⚡
feat(css-loader): Bump css-loader to next major 3.6 ⚡ (#46)