Skip to content

Commit b770465

Browse files
committed
fix(build): Corrupted sourcemaps, fixes #68
1 parent c06ab49 commit b770465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default [
3939
},
4040
],
4141
plugins: [
42-
typescript(),
42+
typescript({ sourceMap: false }),
4343
styles({ minimize: true }),
4444
fileSize(),
4545
],

0 commit comments

Comments
 (0)