Skip to content

Commit 91de1fc

Browse files
committed
fix(build): remove dead vite-plugin-node-polyfills from UMD externals
1 parent 2d41ec4 commit 91de1fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/superdoc/vite.config.umd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default defineConfig(({ command }) => {
3535
external: [
3636
'yjs',
3737
'@hocuspocus/provider',
38-
'vite-plugin-node-polyfills',
3938
'pdfjs-dist',
4039
'pdfjs-dist/build/pdf.mjs',
4140
'pdfjs-dist/legacy/build/pdf.mjs',
@@ -46,7 +45,6 @@ export default defineConfig(({ command }) => {
4645
yjs: 'Yjs',
4746
'@hocuspocus/provider': 'HocuspocusProvider',
4847
'pdfjs-dist': 'PDFJS',
49-
'vite-plugin-node-polyfills': 'NodePolyfills',
5048
},
5149
},
5250
},

0 commit comments

Comments
 (0)