We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e14664 commit 7e629a2Copy full SHA for 7e629a2
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,18 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v11.2.0
4
+
5
+_2021-02-14_
6
7
+### Features
8
9
+- feat: add `ignoreSideEffectsForRoot` option (#694)
10
11
+### Updates
12
13
+- chore: mark `url` as an external and throw on warning (#783)
14
+- docs: clearer "Resolving Built-Ins" doc (#782)
15
16
## v11.1.1
17
18
_2021-01-29_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "11.1.1",
+ "version": "11.2.0",
"publishConfig": {
"access": "public"
},
0 commit comments