Skip to content
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

not working with babel-7 #82

Open
seamusmalone opened this issue Nov 29, 2018 · 1 comment
Open

not working with babel-7 #82

seamusmalone opened this issue Nov 29, 2018 · 1 comment

Comments

@seamusmalone
Copy link

I tried to upgrade from babel-6 to babel-7 but was blocked by auto-template loader not working. At first it seems to resolve the paths differently (I had to change to a relative path) but even after than I got runtime error saying template-37 (etc) not found, so it was somehow munging the connection between the webpack (using webpack 4) cached template url and the reference in the code. Has anyone else seen this or have a work around?

@SimonChaumet
Copy link

I have the same error, from what I saw in the code, the problem is that the app.module('ng').run is executed after app bootstrap (for me) so the function passed is not called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants