Set up demo project

Summary: allow-large-files

Reviewed By: priteshrnandgaonkar

Differential Revision: D28056697

fbshipit-source-id: e58e1415282540622b1a07918e7db7277536d8a4
This commit is contained in:
Michel Weststrate
2021-05-10 07:02:39 -07:00
committed by Facebook GitHub Bot
parent 44521315c4
commit 0b3b2cf8e5

View File

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