Skip to content

Commit

Permalink
omit rollup untill fixing the bundling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Mar 19, 2018
1 parent 99fc6a0 commit 95d0994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"prepublishOnly": "npm run build",
"build": "ngc && webpack && rollup -c",
"build": "ngc && webpack",
"commit": "npm run prepublish && npm test && git-cz"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const globals = {
};

export default {
input: 'dist/ngx-cookie.js',
entry: 'dist/index.js',
external: Object.keys(globals),
output: {
file: 'bundles/ngx-cookie.js',
Expand Down

0 comments on commit 95d0994

Please sign in to comment.