Skip to content

Commit 538100a

Browse files
committed
chore(playground): add missing noExternal deps
1 parent bf1b5d7 commit 538100a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/playground/vite.config.cjs

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ export default defineConfig({
1818
'strip-ansi',
1919
'ansi-regex',
2020
'ansi-styles',
21+
'supports-color',
22+
'eastasianwidth',
23+
'emoji-regex',
24+
'supports-hyperlinks',
25+
'onetime',
26+
'signal-exit',
27+
'ws',
2128
'slice-ansi',
2229
'string-width',
2330
'type-fest',

0 commit comments

Comments
 (0)