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

fix(bundler): skip deps cleanup (remove .js) for UMD file #1060

Merged
merged 1 commit into from
Feb 21, 2019
Merged

fix(bundler): skip deps cleanup (remove .js) for UMD file #1060

merged 1 commit into from
Feb 21, 2019

Conversation

3cp
Copy link
Member

@3cp 3cp commented Feb 20, 2019

When the UMD file was prepared by browserify, those require('./a.js') were matched by a hash map like {'./a.js':1}. We cannot clean them up to require('./a'), as it will end up with missing entry.

closes #1054

When the UMD file was prepared by browserify, those `require('./a.js')` were matched by a hash map like {'./a.js':1}. We cannot clean them up to `require('./a')`, as it will end up with missing entry.

closes #1054
@3cp
Copy link
Member Author

3cp commented Feb 20, 2019

@EisenbergEffect tested. Safe to merge.

@EisenbergEffect EisenbergEffect merged commit aa816d3 into aurelia:master Feb 21, 2019
@3cp 3cp deleted the skip-replace-on-umd branch May 2, 2019 02:11
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 this pull request may close these issues.

Upgrading to latest cli (1.0.0-beta13) throws error loading require local dependency
2 participants