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

{{ROOT_URL}} not getting replaced during build on Windows when the code is on drive D:\ #142

Closed
stukalin opened this issue Nov 26, 2018 · 0 comments · Fixed by #143
Closed

Comments

@stukalin
Copy link
Contributor

stukalin commented Nov 26, 2018

Basically the same as #125 but under a certain scenario. The thing is that I use Windows and I keep my code on the D:\ drive. Ember 3.5 uses the drive where the TEMP folder is (in most cases C:).

The rollup plugin doesn't perform the transformation here because it fails to match the glob expression, which after a path.resolve() call deep down there it contains the drive letter, i.e. the /**/ember-service-worker/**/*.js becomes smt. like D:/**/ember-service-worker/**/*.js.

The fix comes next

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

Successfully merging a pull request may close this issue.

1 participant