Releases: nystudio107/rollup-plugin-critical
Releases · nystudio107/rollup-plugin-critical
Version 1.0.14
Version 1.0.13
Changed
- Switch over to using Node 20 and NPM 10 in the Dockerfile
- Update to Vite
^5.0.0
and Vitest^1.0.0-beta.5
Fix
- Fix an issue where building with a project of
"type": "module"
would fail because conditional exports were not defined in"exports"
(#12)
Version 1.0.12
Fix
- Fix import of the now ESM-only
critical
package into the CJS build ofrollup-plugin-critical
(#9)
Version 1.0.11
Changed
- Refactored the tests to use snapshots
Fixed
- Fixed an issue where the plugin was being bundled as ESM, when it should be CommonJS for broader (and backwards) compatibility (#9)
Version 1.0.10
Added
- Add
eslint
to the build phase
Changed
- Install the latest
npm
in the Docker image - Add
dev
,release
commands, removeupdate
dependency - Minify the
dist/
output - Clean up type definitions
- Refactor to use
critical
^5.0.0
- Switch tests from Jest to Vitest
Version 1.0.9
Added
- Added support for
inline: true
via (#5)
Version 1.0.8
Changed
- Switched to
critical
^4.0.0
(#2) - Remove the
minify
option, since it was removed fromcritical
^4.0.0
Version 1.0.7
Changed
- Switched to
tsup
for bundling
Version 1.0.6
Fixed
- Fixed build of
dist/index.d.ts
to have the correct default export by sourcingindex.ts
Version 1.0.5
Changed
- Fixed
respectExternal
setting