Set up demo project
Summary: allow-large-files Reviewed By: priteshrnandgaonkar Differential Revision: D28056697 fbshipit-source-id: e58e1415282540622b1a07918e7db7277536d8a4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
44521315c4
commit
0b3b2cf8e5
@@ -9,8 +9,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 --no-compress",
|
"build": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement",
|
||||||
"watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --no-compress watch"
|
"watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement watch"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/"
|
"lib/"
|
||||||
|
|||||||
Reference in New Issue
Block a user