Skip to content

Fix webpack module concatenation support for v15 #1230

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

Merged
merged 3 commits into from
Apr 9, 2018
Merged

Fix webpack module concatenation support for v15 #1230

merged 3 commits into from
Apr 9, 2018

Conversation

fnlctrl
Copy link
Member

@fnlctrl fnlctrl commented Apr 8, 2018

Webpack's module concatenation support was broken by v15 due to this module.exports line. Changing to ESM export fixes this issue.

fnlctrl added 3 commits April 9, 2018 01:19
Webpack's module concatenation support was broken by v15 due to this `module.exports` line. Changing to ESM export fixes this issue.
@yyx990803 yyx990803 merged commit b983304 into vuejs:next Apr 9, 2018
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.

2 participants