Skip to content

Commit

Permalink
feature/2022-11-25-asktug-home: use @rollup/plugin-typescript to repl…
Browse files Browse the repository at this point in the history
…ace rollup-plugin-ts
  • Loading branch information
cw1997 committed Feb 13, 2023
1 parent 73ea9c8 commit a9e0508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^2.0.4",
"@rollup/plugin-typescript": "^11.0.0",
"rollup-plugin-visualizer": "^5.5.2",
"serve": "^13.0.2",
"swr": "^1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { defineConfig } from 'rollup'
import externalGlobals from 'rollup-plugin-external-globals'
import postcss from 'rollup-plugin-postcss'
import { terser } from 'rollup-plugin-terser'
import ts from 'rollup-plugin-ts'
import ts from '@rollup/plugin-typescript'
import { visualizer } from 'rollup-plugin-visualizer'

const src = `index.${process.env.target}.tsx`
Expand Down

0 comments on commit a9e0508

Please sign in to comment.