frend / frend.co

Frend — A collection of accessible, modern front-end components.
http://frend.co
MIT License
635 stars 25 forks source link

package.json main file #99

Open thomasdigby opened 8 years ago

thomasdigby commented 8 years ago

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

thomasdigby commented 8 years ago

Huh. https://github.com/webpack/webpack/issues/1617#issuecomment-181713671

gunzip commented 8 years ago

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-

thomasdigby commented 8 years ago

Alright, we're on it. Queued up some npm/webpack documentation to read, hopefully we'll get a fix live by next week.