preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Typo issue in webpack.config #316

Closed bevrard closed 7 years ago

bevrard commented 7 years ago

I reported an issue in angular-cli: https://github.com/angular/angular-cli/issues/5096

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

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

The final $ is missing.