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
Just want to point out that because of this I had some issue integrating frend with webpack: in my default webpack configuration i've node_modules/* excluded from transpiling with babel (a best practice);
but as frend modules need transpiling, i had to switch on transpiling for node_modules/fr-
As per this shouldn't we be referencing the compiled file in
package.json
main
rather than the src?https://github.com/rollup/rollup/wiki/jsnext:main
The text was updated successfully, but these errors were encountered: