Skip to content

Commit

Permalink
fix: vite config for web editor utils
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Jul 29, 2024
1 parent 88a4ca9 commit 1ed95e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webEditorUtils/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
// into your library
external: ['@tiptap/pm/view', 'react', 'react/jsx-runtime', 'react-dom'],
external: ['react', 'react/jsx-runtime', 'react-dom'],
output: {
dir: 'lib-web',
// Provide global variables to use in the UMD build
Expand Down

0 comments on commit 1ed95e8

Please sign in to comment.