We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bc057 commit cd69680Copy full SHA for cd69680
vite.config.ts
@@ -7,6 +7,7 @@ export default defineConfig({
7
build: {
8
minify: false,
9
target: 'es2018',
10
+ sourcemap: true,
11
lib: {
12
formats: ['es', 'cjs'],
13
entry: 'src/index.tsx',
0 commit comments