Skip to content

Commit c34df98

Browse files
committed
chore: disable sourcemap
1 parent c61063e commit c34df98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-search-bar",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "A simple search bar component for React Native.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// "checkJs": true, /* Report errors in .js files. */
1111
"jsx": "react-native", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
1212
"declaration": true, /* Generates corresponding '.d.ts' file. */
13-
"sourceMap": true, /* Generates corresponding '.map' file. */
13+
"sourceMap": false, /* Generates corresponding '.map' file. */
1414
// "outFile": "./", /* Concatenate and emit output to single file. */
1515
"outDir": "./dist", /* Redirect output structure to the directory. */
1616
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

0 commit comments

Comments
 (0)