-
Notifications
You must be signed in to change notification settings - Fork 63
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
{{ROOT_URL}} (for registration) not getting replaced during build #125
Comments
this is what I'm doing to avoid the issue in the mean time.
with the inline registration option. |
this is reproducible running on my host machine: here is my project if you guys ever decide to look https://gitlab.com/NullVoxPopuli/emberclear/tree/master/packages/frontend running with
;p |
I'm also getting this. |
Started some work on this here: #130 |
Tried to upgrade the Ember from v3.4 to 3.5 today and received the same issue... Looking forward to see a fix |
I have the same issue but in my case even replacing I also just bumped into this when upgrading to 3.5. @NullVoxPopuli Unfortunately, I'm very untalented when it comes to debugging rollup builds :( |
Found it: Needs to be changed to: - include: ['**/ember-service-worker/**/*.js'],
+ include: ['/**/ember-service-worker/**/*.js'], Note the leading slash. Then it works! Need to run out for a couple of hours, but can make a PR with some tests later today or tomorrow. If nobody beats me to it :D |
Fixed in #132 |
all I have is this (in my ember-cli-config):
but in the output, I'm getting:
The text was updated successfully, but these errors were encountered: