Skip to content

Commit

Permalink
Merge pull request #10 from configcat/sourcemap
Browse files Browse the repository at this point in the history
Disable sourcemap generation
  • Loading branch information
laliconfigcat authored Dec 1, 2022
2 parents f9ecb88 + 27dd7da commit 4f879db
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": "configcat-react",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc && gulp esm",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "esnext",
"target": "es5",
"lib": ["es6", "dom", "es2016", "es2017"],
"sourceMap": true,
"sourceMap": false,
"allowJs": false,
"jsx": "react",
"declaration": true,
Expand Down

0 comments on commit 4f879db

Please sign in to comment.