@@ -28,6 +28,10 @@ So the primary goal of this plugin is simply to automatically declare all NodeJS
28
28
As an added bonus, this plugin will also allow you to declare your dependencies (as per your local or monorepo ` package.json ` file(s)) as external.
29
29
</details >
30
30
31
+ ## Requirements
32
+ - Rollup >= 4 or Vite >= 5
33
+ - NodeJS >= 21
34
+
31
35
32
36
## Installation
33
37
Use your favorite package manager. Mine is [ npm] ( https://www.npmjs.com ) .
@@ -229,13 +233,17 @@ export default defineConfig({
229
233
230
234
## Breaking changes
231
235
232
- ### Breaking changes in version 7
233
- - This package now only supports the [ Maintenance, LTS and Current versions ] ( https://github.com/nodejs/Release#release-schedule ) of Node.js .
234
- - The previously undocumented ` externals ` named export has been removed .
236
+ ### Breaking changes in version 8
237
+ - Removed support for Rollup 3 .
238
+ - Removed ` order: pre ` from resolveId hook (see # 33 ). Might force users who relied on this, to make sure this plugin comes first in the plugins array .
235
239
236
240
### Breaking changes in previous versions
237
241
<details ><summary >Previous versions -- click to expand</summary >
238
242
243
+ ### Breaking changes in version 7
244
+ - This package now only supports the [ Maintenance, LTS and Current versions] ( https://github.com/nodejs/Release#release-schedule ) of Node.js.
245
+ - The previously undocumented ` externals ` named export has been removed.
246
+
239
247
#### Breaking changes in version 6
240
248
- This package is now esm-only and requires NodeJS v16+.<br />* If you need CommonJS or older NodeJS support, please stick to v5.*
241
249
- This plugin now has a ** peer-dependency** on Rollup ` ^3.0.0 || ^4.0.0 ` .<br />* If you need Rollup 2 support, please stick to v5.*
0 commit comments