Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modernweb-dev/web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1d61e9b48c9bee30429e72534ac0e0fb0a17f41
Choose a base ref
..
head repository: modernweb-dev/web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6cdad36ea1a9ea2a5d5d9967db544d5ef58ba67d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/dev-server-rollup/src/rollupAdapter.ts
2 changes: 1 addition & 1 deletion packages/dev-server-rollup/src/rollupAdapter.ts
Original file line number Diff line number Diff line change
@@ -209,7 +209,7 @@ export function rollupAdapter(
result = await idResolver.call(rollupPluginContext, resolvableImport, filePath, {
...resolveOptions,
assertions: {
...(resolveOptions?.assertions as Record<string, string> || {}),
...((resolveOptions?.assertions as Record<string, string>) || {}),
},
isEntry: false,
});