diff --git a/desktop/flipper-plugin/src/data-source/package.json b/desktop/flipper-plugin/src/data-source/package.json index d6bf93069..b6ecdca9e 100644 --- a/desktop/flipper-plugin/src/data-source/package.json +++ b/desktop/flipper-plugin/src/data-source/package.json @@ -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/"