preboot/angular-webpack

Typo issue in webpack.config

bevrard opened this issue · 0 comments

I reported an issue in angular-cli:
angular/angular-cli#5096

In fact there was a typo in the webpack.config:

exclude: [/\.(spec|e2e)\.ts$/, /node_modules\/(?!(ng2-.+))$/]

The final $ is missing.