-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module '@app/env'. #21
Comments
Have you put |
@enolcasielles yes, I did.
I've followed the example in readme precisely and it worked but not sure why the above case is not working. |
Could be because you are indexing file from root directory instead config folder? Maybe you should change by:
|
@enolcasielles Thanks |
Out of the blue I'm getting the same problem. Google lead me here. Created a new thread |
this solution is not working?i am looking for something so i need to change environments when doing the build |
I've followed your steps but got the error
can't find a module
.I've kept the config.dev.ts and config.prod.ts under ./config.
tsconfig.json
webpack.config.js
These are the same as you mentioned in README but still can't find a module.
Ionic v3.9.3
The text was updated successfully, but these errors were encountered: