-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix CommonJS Distribution #214
Conversation
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
=======================================
Coverage 82.14% 82.14%
=======================================
Files 75 75
Lines 1092 1092
Branches 198 198
=======================================
Hits 897 897
Misses 174 174
Partials 21 21 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
=======================================
Coverage 82.14% 82.14%
=======================================
Files 75 75
Lines 1092 1092
Branches 198 198
=======================================
Hits 897 897
Misses 174 174
Partials 21 21 Continue to review full report at Codecov.
|
Does webpack support |
Webpack supports module by default but does not transpile it. |
next-transpile-modules has some issues with next 8 and so need to distribute commonjs bundle correctly. (And as how it should be.)
But for some reason UMD bundle does not get built if I make any changes to CJS bundle.