Skip to content

Commit

Permalink
fix(build): exclude schematics for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Oct 7, 2018
1 parent 96d5f07 commit 95b4661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.webpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"src/**/*.spec.ts",
"src/**/*._spec.ts",
"src/**/*.e2e.ts",
"src/mosaic-examples/**/*.*"
"src/mosaic-examples/**/*.*",
"src/cdk/schematics/**/*.*"
],
"angularCompilerOptions": {
"skipMetadataEmit": true
Expand Down

0 comments on commit 95b4661

Please sign in to comment.