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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In our project we use export-loader like this to import old modules:
import {Something} from "exports-loader?exports=Component!somefile.js";
The project has been set up using vue-cli.
Running jest I get something like
Cannot find module 'exports-loader?exports=Component!somefile.js' from 'TestedComponent.vue'
How can I make this work? Ideas appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions