sku@14.10.0
·
217 commits
to master
since this release
Minor Changes
- Add production babel plugins to Vite bundler for optimized builds. (#1350)
babel-plugin-transform-react-remove-prop-types- Strips PropTypes from production builds@babel/plugin-transform-react-constant-elements- Hoists constant JSX elements
Patch Changes
-
start(vite): Fix sporadic hydration issues (#1356) -
Fix hot reload modules loading as ESM causing Reference Error for type: module packages (#1361)
When in type: module package hot-module files (
*.hot-update.js) could be loaded as ESM.
Resulting in a reference error.Example Error:
exports.id = 0; ^ // ReferenceError: exports is not defined
Hot reload modules are now exported as
*.hot-update.cjsto ensure they are loaded as CJS. -
Don't emit
.npmrcvalidation warning on CI (#1352).npmrcfiles may be generated on CI, causing a false positive