Closed bevrard closed 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.
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:
The final $ is missing.