Skip to content

Commit

Permalink
fix: update Rollup, use moduleSideEffects flag
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and LarsDenBakker committed Jun 19, 2022
1 parent db4949e commit fee4572
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/dev-server-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@web/dev-server-core": "^0.3.16",
"nanocolors": "^0.2.1",
"parse5": "^6.0.1",
"rollup": "^2.66.1",
"rollup": "^2.67.0",
"whatwg-url": "^11.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function createRollupPluginContextAdapter<
isEntry: false,
isExternal: false,
isIncluded: false,
hasModuleSideEffects: false,
moduleSideEffects: false,
syntheticNamedExports: false,
meta: pluginMetaPerModule.get(id) ?? {},
};
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11213,10 +11213,10 @@ rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@^2.43.1, rollup@^2.66.1:
version "2.66.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.66.1.tgz#366b0404de353c4331d538c3ad2963934fcb4937"
integrity sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==
rollup@^2.43.1, rollup@^2.66.1, rollup@^2.67.0:
version "2.75.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.5.tgz#7985c1962483235dd07966f09fdad5c5f89f16d0"
integrity sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit fee4572

Please sign in to comment.