Disable data-source terser minification

Summary:
I don't think this should make a difference in our size. Will see
in the size check.

This makes it quite hard right now to read errors that involve the data-source
package because terser runs over it.

Reviewed By: nikoant

Differential Revision: D29228941

fbshipit-source-id: 8cc79e4148be0e8ced9186323967bc79ba781c0b
This commit is contained in:
Pascal Hartig
2021-06-18 05:47:34 -07:00
committed by Facebook GitHub Bot
parent 068b00c156
commit 244e3a434c
2 changed files with 8 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"scripts": { "scripts": {
"build": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement", "build": "microbundle --tsconfig flipper-data-source.tsconfig.json --no-compress --jsx React.createElement",
"watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement watch" "watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --no-compress --jsx React.createElement watch"
}, },
"files": [ "files": [
"lib/" "lib/"