Releases: Arkellys/rebuiltron
Releases · Arkellys/rebuiltron
v6.3.1
✏️ Changes
Replace chalk usage with native styleText.
📦 Dependencies
- Update
@pmmmwh/react-refresh-webpack-pluginto0.6.2(patch) - Update
@swc/coreto1.15.11(minor) - Update
@swc/plugin-transform-importsto12.5.0(major) - Update
browserslistto4.28.1(minor) - Update
copy-webpack-pluginto13.01(patch) - Update
css-loaderto7.1.3(patch) - Update
css-minimizer-webpack-pluginto7.0.4(patch) - Update
eslintto9.39.2(minor) - Update
eslint-config-arklintto4.1.1(minor) - Update
fs-extrato11.3.3(patch) - Update
html-webpack-pluginto5.6.6(patch) - Update
lodashto4.17.23(patch) - Update
mini-css-extract-pluginto2.10.0(minor) - Update
postcss-loaderto8.2.0(minor) - Update
postcss-preset-envto11.1.2(major) - Update
react-refreshto0.18.0(minor) - Update
sass-loaderto16.0.6(patch) - Update
swc-loaderto0.2.7(patch) - Update
terser-webpack-pluginto5.3.16(patch) - Update
webpackto5.104.1(minor) - Update
webpack-dev-serverto5.2.3(patch)
v6.3.0
v6.2.4
📦 Dependencies
- Update
@pmmmwh/react-refresh-webpack-pluginto0.6.1(minor) - Update
@swc/coreto1.13.2(minor) - Update
@swc/plugin-transform-importsto9.0.0(major) - Update
browserslistto4.25.1(minor) - Update
eslintto9.32.0(minor) - Update
eslint-config-arklintto4.0.1(patch) - Update
postcssto8.5.6(patch) - Update
postcss-preset-envto10.2.4(minor) - Update
webpackto5.100.2(minor) - Update
webpack-dev-serverto5.2.2(patch)
v6.2.3
📦 Dependencies
- Update
@pmmmwh/react-refresh-webpack-pluginto0.5.16(patch) - Update
@swc/coreto1.11.21(minor) - Update
@swc/plugin-transform-importsto7.0.3(major) - Update
copy-webpack-pluginto13.0.0(major) - Update
css-minimizer-webpack-pluginto7.0.2(patch) - Update
eslintto9.25.0(minor) - Update
eslint-config-arklintto4.0.0(major) - Update
postcssto8.5.3(patch) - Update
postcss-preset-envto10.1.5(patch) - Update
react-refreshto0.17.0(minor) - Update
sass-loaderto16.0.5(patch) - Update
terser-webpack-pluginto5.3.14(patch) - Update
webpackto5.99.6(minor) - Update
webpack-dev-serverto5.2.1(patch)
v6.2.2
v6.2.1
📦 Dependencies
- Update
@swc/coreto1.10.7(minor) - Update
@swc/plugin-transform-importsto6.0.5(major) - Update
browserslistto4.24.4(patch) - Update
eslintto9.18.0(minor) - Update
eslint-config-arklintto3.3.2(patch) - Update
detect-portto2.1.0(major) - Update
fs-extrato11.3.0(minor) - Update
postcssto8.5.1(minor) - Update
postcss-preset-envto10.1.3(minor) - Update
react-refreshto0.16.0(minor) - Update
sass-loaderto16.0.4(patch) - Update
terser-webpack-pluginto5.3.11(patch) - Update
webpackto5.97.1(minor) - Update
webpack-dev-serverto5.2.0(minor)
v6.2.0
v6.1.0
✏️ Changes
Automatically transform lodash imports to support tree shaking.
📦 Dependencies
- Add
@swc/plugin-transform-imports - Update
@swc/coreto1.7.42(patch) - Update
browserslistto4.24.2(minor) - Update
eslintto9.14.0(major) - Update
eslint-config-arklintto3.3.0(major) - Update
html-webpack-pluginto5.6.3(patch) - Update
mini-css-extract-pluginto2.9.2(patch) - Update
postcss-normalizeto13.0.1(patch) - Update
postcss-preset-envto10.0.9(patch) - Update
sass-loaderto16.0.3(patch) - Update
webpackto5.96.1(minor)
v6.0.3
v6.0.2
✏️ Changes
Always use mode production for main and preloads.
Some libraries (I'm looking at you, ADM-ZIP) seem to be slower when mode is development. Given the sizes of main and preload files, there is no great difference in compilation time between the two modes. NODE_ENV is still set to development, so the compiled files are still not made for production.