ionic2-webpack2-starter
ionic2-webpack2-starter copied to clipboard
build:prod fails with Could not resolve "./src/app/app.module"
After upgrading webpack to 2.2.0 and @ngtools/webpack to 1.2.4, npm run build:prod
shows this weird error
ERROR in Could not resolve "./src/app/app.module" from "./src/app/app.module".
However the build seems to complete anyway, and what's been generated in dist
runs fine, so it might just be a spurious error.