Skip to content

Commit

Permalink
fix(package): fixed export bug with ES5 at auth providers #179
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Feb 9, 2019
1 parent 1412b2d commit 73ca9b9
Show file tree
Hide file tree
Showing 5 changed files with 2,831 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-es2015"
]
}
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "ng build",
"build:doc": "cd ../ && gulp build:doc",
"build:prod": "ng build --prod ",
"build:client-and-server-bundles": "ng build --prod && ng run ngx-auth-firebaseui:server:production",
"build:client-and-server-bundles": "ng build --prod --preserve-symlinks && ng run ngx-auth-firebaseui:server:production",
"build:prerender": "npm run build:client-and-server-bundles && npm run webpack:server && npm run generate:prerender",
"build:ssr": "npm run build:client-and-server-bundles && npm run webpack:server",
"compile:server": "tsc -p server.tsconfig.json",
Expand Down
Loading

0 comments on commit 73ca9b9

Please sign in to comment.