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
Would be nice to have it. But I'm not confident of implementation yet. The ONLY way to have sourcemaps now is to compile whs on project side and it is a real disadvantage.
That's what you should do to HAVE sourcemaps of whs:
Use whs/src/index instead of whs (which directs to whs/build/whitestorm.js. Already compiled one)
Would be nice to have it. But I'm not confident of implementation yet. The ONLY way to have
sourcemaps
now is to compilewhs
on project side and it is a real disadvantage.That's what you should do to HAVE
sourcemaps
ofwhs
:whs/src/index
instead ofwhs
(which directs towhs/build/whitestorm.js
. Already compiled one)this list of babel plugins
to make whs be compiled as it is written ines2015+
.whs
from/node_modules/
exlusion in babel-loader.As here:
All this is very complicated now. And I think we should make things much simpler. I have no idea how to solve it right now. Any ideas?
Version:
Issue type:
Tested on:
Desktop
Android
IOS
The text was updated successfully, but these errors were encountered: