Skip to content

Commit 9452a21

Browse files
committed
enable sourcemaps
1 parent f08d982 commit 9452a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineConfig((conf) => ({
7171
// used during production bundling
7272
plugins: [nodePolyfills()],
7373
},
74-
// sourcemap: true
74+
sourcemap: true
7575
},
7676
test: {
7777
exclude: [

0 commit comments

Comments
 (0)