Skip to content

Commit

Permalink
Compilation problem solved #6
Browse files Browse the repository at this point in the history
Angular updated like is suggested in storybookjs/storybook#9463 (comment)
  • Loading branch information
djsanabriac committed Apr 7, 2020
1 parent c00c098 commit a90ce8e
Show file tree
Hide file tree
Showing 4 changed files with 4,856 additions and 2,837 deletions.
8 changes: 5 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -45,7 +45,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -130,5 +129,8 @@
}
}
},
"defaultProject": "AyudandoAyudar"
"defaultProject": "AyudandoAyudar",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit a90ce8e

Please sign in to comment.