Skip to content

Commit

Permalink
fix: Update rollup-typescript plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiroky committed Feb 11, 2024
1 parent 416f13e commit 7b5f0f5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 24 deletions.
78 changes: 55 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-run": "^2.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.4.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/app/rollup/c.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export function onwarn(warning, defaultHandler) {
) {
return
}
if (warning.code === 'MODULE_LEVEL_DIRECTIVE') {
return
}
defaultHandler(warning)
}

Expand Down

0 comments on commit 7b5f0f5

Please sign in to comment.