Skip to content

Commit

Permalink
Merge pull request #14 from codesyntax/develop
Browse files Browse the repository at this point in the history
Failed to parse source map bug fixed
  • Loading branch information
bipoza authored May 17, 2022
2 parents d3d7766 + 78a97ad commit 1eec570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default [{
external(),
resolve(),
commonjs(),
typescript({ tsconfig: './tsconfig.json' }),
typescript({ tsconfig: './tsconfig.json', sourceMap: true, inlineSources: true }),
postcss(),
terser()
],
Expand Down

0 comments on commit 1eec570

Please sign in to comment.