lifeilu
lifeilu
Imported modules from module federation should resolve normally whether it's async modules or not > # Bug report > **What is the current behavior?** async modules (e.g. using top-level-await) are...
> I am sorry, I also failed to reproduce this issue on REPL...... > Is it possible to have a relationship with react version? my react version is 0.14.9 Have...
> @lifeilu > > The error message has already provided solution: > > > Add @babel/preset-react (https://git.io/JfeDR) to the 'presets' section of your Babel config to enable transformation. > >...
> @lifeilu what's your webpack config? is `babel-loader` being applied to `.vue` file extensions? It works for me~ I forgot to apply the `bable-loader` to `.vue` file extensions. Thanks a...
Hello, have u solved the problem? I meet the same problem: I want to add a custom class to the dropped item and cannot find a option. Hope to get...
> @lifeilu I implemented a hacky way to do it and never got back to fixing it according to @sukai-cheng comment. You should probably try that out first before doing...