We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5eae commit e63079cCopy full SHA for e63079c
package.json
@@ -2,10 +2,10 @@
2
"name": "angular2-fusioncharts",
3
"version": "1.0.2-rc.2",
4
"scripts": {
5
- "transpile": "ngc",
+ "transpile": "ngc -p tsconfig-aot.json",
6
"package": "rollup -c",
7
"minify": "uglifyjs dist/bundles/fusioncharts.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/fusioncharts.umd.min.js",
8
- "build": "rm -rf ./dist && npm run transpile && npm run package && npm run minify && cp dist_package.json ./dist/package.json"
+ "build": "rm -rf ./dist && npm run transpile"
9
},
10
"repository": {
11
"type": "git",
tsconfig-aot.json
@@ -13,7 +13,6 @@
13
14
15
"files": [
16
- // "src/app/app.module.ts",
17
"./index.ts"
18
],
19
0 commit comments