We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm working on a fairly fresh project using the webpack-starter, it works well when I'm in dev mode serving etc.
But when I build the prod code, serve it or move the files on an apache server I get the error: Uncaught Error: Cannot find module "./app/app"
In the sources in chrome inspector, I only see main.ts and polyfills.ts in the src directory. Anyone encountered this before, am I missing something?
The text was updated successfully, but these errors were encountered:
I did not realise, that having some errors in usage of quotes, spaces etc. would cause the production build to fail.
Sorry, something went wrong.
No branches or pull requests
I'm working on a fairly fresh project using the webpack-starter, it works well when I'm in dev mode serving etc.
But when I build the prod code, serve it or move the files on an apache server I get the error:
Uncaught Error: Cannot find module "./app/app"
In the sources in chrome inspector, I only see main.ts and polyfills.ts in the src directory.
Anyone encountered this before, am I missing something?
The text was updated successfully, but these errors were encountered: