Emdash source with visual editor image upload fix
Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
This commit is contained in:
10
packages/blocks/tsdown.config.ts
Normal file
10
packages/blocks/tsdown.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/index.ts", "src/server.ts"],
|
||||
format: ["esm"],
|
||||
dts: true,
|
||||
clean: true,
|
||||
platform: "browser",
|
||||
external: ["react", "react-dom", "react/jsx-runtime", "react/jsx-dev-runtime"],
|
||||
});
|
||||
Reference in New Issue
Block a user