We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fb5d3 commit 764a64aCopy full SHA for 764a64a
package.json
@@ -14,7 +14,7 @@
14
"tsc": "cp src/label.d.ts plugin && tsc -skipLibCheck -d",
15
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
16
"build.plugin": " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc && npm run build.plugin.esm && node ./build.esm.js",
17
- "build.plugin.esm": "tsc -skipLibCheck --target es2015 --removeComments --outDir build/esm",
+ "build.plugin.esm": "tsc -skipLibCheck --target es2015 --module esnext --removeComments --outDir build/esm",
18
"build.android": "bash src-native/android/build.sh",
19
"build.ios": "bash src-native/ios/build.sh",
20
"build.native": "npm run build.android && npm run build.ios",
0 commit comments