introduce check type definition

This commit is contained in:
Eugenio Romano
2017-06-21 14:49:52 +02:00
parent 9c3c5d9dc7
commit 62df024e48
37 changed files with 94 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
const ExtractTextPlugin = require("extract-text-webpack-plugin");
const helpers = require('./helpers');
const path = require('path');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
module.exports = {
entry: {
@@ -84,6 +85,7 @@ module.exports = {
},
plugins: [
new ForkTsCheckerWebpackPlugin(),
// Workaround for angular/angular#11580
new webpack.ContextReplacementPlugin(
// The (\\|\/) piece accounts for path separators in *nix and Windows