package.json main file
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
Huh. https://github.com/webpack/webpack/issues/1617#issuecomment-181713671
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-
Alright, we're on it. Queued up some npm/webpack documentation to read, hopefully we'll get a fix live by next week.