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
I'm wondering if there's a way for Parcel to build the package for ES modules. Is this more of a Babel issue when building?
Additional question.
Can I inline the CSS being produced? Right now when I do npx parcel build, it creates a separate CSS file. I'd like it to be inline.
🔦 Context
After reading the long discussion at webpack/webpack#1979. I would like to transpile everything sans ES Modules so that I can take advantage of the module property in package.json.
It seems to be that the module property is supported by Parcel (I could be wrong here)? Since I have it in a test module and when I import a file with a module defined it tries to use it.
❔ Question
I'm wondering if there's a way for Parcel to build the package for ES modules. Is this more of a Babel issue when building?
Additional question.
Can I inline the CSS being produced? Right now when I do
npx parcel build
, it creates a separate CSS file. I'd like it to be inline.🔦 Context
After reading the long discussion at webpack/webpack#1979. I would like to transpile everything sans ES Modules so that I can take advantage of the
module
property inpackage.json
.It seems to be that the
module
property is supported by Parcel (I could be wrong here)? Since I have it in a test module and when I import a file with amodule
defined it tries to use it.💻 Code Sample
🌍 Your Environment
🔖 : References
babel/babel#6328
webpack/webpack#1979
#559
The text was updated successfully, but these errors were encountered: