Skip to content

Commit

Permalink
delete external option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Oct 26, 2024
1 parent 6158e93 commit 556c5af
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 26 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"client-entry.tsx": {
"file": "assets/client-entry.82b64219.js",
"file": "assets/client-entry.2cc45d8d.js",
"src": "client-entry.tsx",
"isEntry": true,
"css": [
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineConfig({
sourcemap: false,
rollupOptions: {
input: ['/client-entry.tsx'],
external: ['react'],
},
},
});

0 comments on commit 556c5af

Please sign in to comment.