We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf21c2 commit e493fc6Copy full SHA for e493fc6
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"tsc": "tsc -skipLibCheck -d",
7
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
8
- "build.esm": "tsc -skipLibCheck --target es2015 --removeComments --outDir build/esm",
+ "build.esm": "tsc -skipLibCheck --target es2015 --module esnext --removeComments --outDir build/esm",
9
"build": "cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc && npm run build.esm && node ./build.esm.js",
10
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
11
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
0 commit comments