mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 13:00:09 +02:00
@excalidraw/extensions: Fixes for Vite.
This commit is contained in:
@@ -9,7 +9,7 @@ const { parseEnvVariables } = require("./env");
|
||||
module.exports = {
|
||||
mode: "production",
|
||||
entry: {
|
||||
"excalidraw-extensions.production.min": "./index.ts",
|
||||
"excalidraw-extensions.production.min": "./entry.js",
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
|
Reference in New Issue
Block a user