-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
While doing AOT bundle Results below error at file path
d:\xyz\angular2-lazyr\node_modules@ngtools\webpack\src\plugin.js:167
if (request.request.match(/.ts$/)) {
^
// Virtual file system.
compiler.resolvers.normal.plugin('resolve', function (request, cb) {
if (request.request.match(/\.ts$/)) {
_this.done.then(function () { return cb(); });
}
else {
cb();
}
});
Below is AOT webpack config
plugins: require('./../webpack/plugins').concat([
new ngtools.AotPlugin({
tsConfigPath: helpers.root('tsconfig.aot.json'),
entryModule: helpers.root('src/app/app.module#AppModule')
}),
Metadata
Metadata
Assignees
Labels
No labels