Skip to content

Commit

Permalink
fix: remove source map config
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Jul 8, 2024
1 parent a94e7dd commit c58c5e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-xtermjs",
"version": "1.0.6",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default [
{
file: 'dist/index.js',
format: 'cjs',
sourcemap: true,
},
{
file: 'dist/index.min.js',
Expand All @@ -31,6 +30,7 @@ export default [
declaration: true,
declarationDir: 'dist',
rootDir: 'src',
sourceMap: false,
}),
postcss({ extensions: ['.css'], inject: true, extract: false }),
],
Expand Down

0 comments on commit c58c5e3

Please sign in to comment.