We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06ab49 commit b770465Copy full SHA for b770465
rollup.config.mjs
@@ -39,7 +39,7 @@ export default [
39
},
40
],
41
plugins: [
42
- typescript(),
+ typescript({ sourceMap: false }),
43
styles({ minimize: true }),
44
fileSize(),
45
0 commit comments