Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json main file #99

Open
thomasdigby opened this issue Aug 17, 2016 · 3 comments
Open

package.json main file #99

thomasdigby opened this issue Aug 17, 2016 · 3 comments

Comments

@thomasdigby
Copy link
Contributor

thomasdigby commented Aug 17, 2016

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
Copy link
Contributor Author

Huh. webpack/webpack#1617 (comment)

@gunzip
Copy link
Contributor

gunzip commented Aug 18, 2016

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants