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
I import TypeA just omit index path, it can work well .
But it will throw an error TypeError: Cannot read property 'TypeA' of undefined after i use Rewire plugin, do this plugin can support es6 module import without index path?
How can i do?
The text was updated successfully, but these errors were encountered:
I have a folder named
const
, and some files like below.My component file
I import TypeA just omit
index
path, it can work well .But it will throw an error
TypeError: Cannot read property 'TypeA' of undefined
after i use Rewire plugin, do this plugin can support es6 module import withoutindex
path?How can i do?
The text was updated successfully, but these errors were encountered: