Skip to content

Commit

Permalink
Merge pull request #423 from l3vels/fix/build-config
Browse files Browse the repository at this point in the history
fix: remove externals from build config
  • Loading branch information
Chkhikvadze authored Jan 25, 2024
2 parents 7b12bb2 + 6dc260c commit 1240531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default defineConfig({
widget: './src/TestComp.tsx', // Widget entry point
index: 'index.html',
},
external: ['react', 'react-dom'],
// external: ['react', 'react-dom'],
output: {
entryFileNames: 'assets/[name].js',
chunkFileNames: 'assets/[name].js',
Expand Down

0 comments on commit 1240531

Please sign in to comment.