We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f73b4b commit a3f1ce7Copy full SHA for a3f1ce7
tsup.config.ts
@@ -5,6 +5,7 @@ const banner = `// GitHub: https://github.com/imwithye/react-native-remark`;
5
export default defineConfig({
6
entry: ["src/index.tsx"],
7
splitting: false,
8
+ sourcemap: true,
9
clean: true,
10
dts: true,
11
format: ["esm"],
0 commit comments