mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix action failing due to vite
This commit is contained in:
parent
d423b0c330
commit
a278d13d4d
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -80,6 +80,7 @@ export default defineConfig(({ mode }) => {
|
||||||
build: {
|
build: {
|
||||||
outDir: "build",
|
outDir: "build",
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
external: ["react-dom"], // Mark react-dom as an external dependency
|
||||||
output: {
|
output: {
|
||||||
assetFileNames(chunkInfo) {
|
assetFileNames(chunkInfo) {
|
||||||
if (chunkInfo?.name?.endsWith(".woff2")) {
|
if (chunkInfo?.name?.endsWith(".woff2")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue