Using @vue/compiler-core 3.2.47 and Jest ~27 #11563
Unanswered
Nahum-Lopez
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title suggest, is it possible to use the last published version of compiler-core while keeping vue-jest at ~27, as it is the last version of vue-cli that does not support Vite?
Asking because I'm getting an error testing an app that has that combination of versions. The error appears at the very beginning of the test phase when compiler-core tries to do:
var decode_js = require('entities/dist/decode.js');
That entities package on compiler-core 3.2.47 has 5.0.0 version, while on compiler-core 3.2.46, it has 4.5.0 and the line is slightly different, making it work properly.
Beta Was this translation helpful? Give feedback.
All reactions