-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Rollup): Improve rollup bundle size -- make externals: rxjs and @…
- Loading branch information
1 parent
42b0f16
commit c2bd3ca
Showing
2 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,29 +5,16 @@ | |
"scripts": { | ||
"clean": "shx rm -rf lib lib-esm _bundles _dec", | ||
"compile": "npm run clean && ngc", | ||
"build": "npm run compile && rollup -c && rollup -c --environment MINIFY", | ||
"test": "karma start config/karma.ng2.js", | ||
"bundle": "rollup -c && rollup -c --environment MINIFY", | ||
"build": "npm run compile && npm run bundle", | ||
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'ui-router-ng2' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --internal-aliases internal,coreapi,ng2api --external-aliases internalapi,external --navigation-label-globals ui-router-ng2", | ||
"prepublish": "npm run build" | ||
}, | ||
"homepage": "https://ui-router.github.io/ng2", | ||
"contributors": [ | ||
{ | ||
"name": "Nate Abele", | ||
"email": "[email protected]", | ||
"web": "https://radify.io" | ||
}, | ||
{ | ||
"name": "Chris Thielen", | ||
"web": "https://github.com/christopherthielen" | ||
}, | ||
{ | ||
"name": "Tim Kindberg", | ||
"web": "https://github.com/timkindberg" | ||
}, | ||
{ | ||
"name": "Karsten Sperling", | ||
"web": "https://github.com/ksperling" | ||
} | ||
], | ||
"maintainers": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters