You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom module ReproductionModule is not transpiled.
The serve and build processes work as expected, but the test:unit process does not transpile the imported component on the fly.
The text was updated successfully, but these errors were encountered:
This is actually an issue for the @vue/cli repo. The problem is that the modules aren't compile by babel, I'll try to look into it if I get time, but you should make an issue in the vue-cli repo so we can track it effectively.
Version
1.0.0-beta.16
Reproduction link
https://github.com/MartinPeverelli/reproduction-component
Steps to reproduce
What is expected?
Tests should pass
What is actually happening?
Tests fail with the following:
Custom module ReproductionModule is not transpiled.
The
serve
andbuild
processes work as expected, but thetest:unit
process does not transpile the imported component on the fly.The text was updated successfully, but these errors were encountered: