Description
Bug Report or Feature Request (mark with an x
)
- [X] bug report -> please search issues before submitting
- [ ] feature request
Area
- [X] devkit
- [ ] schematics
Versions
node v8.11.2
npm version 5.6.0 (tho I use yarn 1.7.0)
MacOS High Sierra
Repro steps
Repro case with instructions here:
https://github.com/wiltzius/ng-toolkit/tree/angular_and_webpack_demystified_step3
The log given by the failure
app.js:861 Uncaught Error: No NgModule metadata found for 'class{}'.
at e.resolve (app.js:861)
at e.getNgModuleMetadata (app.js:839)
at e._loadModules (app.js:1065)
at e._compileModuleAndComponents (app.js:1065)
at e.compileModuleAsync (app.js:1065)
at e.compileModuleAsync (app.js:1365)
at e.bootstrapModule (app.js:220)
at Module. (app.js:1373)
at n (app.js:1)
at app.js:1
Desired functionality
The @ngtools/webpack plugin doesn't produce any runtime errors?
Mention any other details that might be useful
This is roughly the same issue that's described in issue #8798 however that issue has a lot of different complaints in it and has been closed, so I thought it would be cleaner as a new one.