Skip to content

Commit

Permalink
Update rolldown.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Stepien <[email protected]>
  • Loading branch information
amanmahajan7 and nstepien authored Jan 30, 2025
1 parent 973037d commit 7d2b1d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rolldown.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export default defineConfig({
}
],
platform: 'browser',
// @ts-expect-error TODO
external: (id) => !id.startsWith('.') && !isAbsolute(id),
external: (/** @type {string} */ id) => !id.startsWith('.') && !isAbsolute(id),
plugins: [
// @ts-expect-error
wyw({
Expand Down

0 comments on commit 7d2b1d9

Please sign in to comment.