-
Notifications
You must be signed in to change notification settings - Fork 57
chore: Start upgrading CRA to latest. #210
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #210 +/- ##
=======================================
Coverage 81.42% 81.42%
=======================================
Files 37 37
Lines 3989 3989
Branches 132 132
=======================================
Hits 3248 3248
Misses 734 734
Partials 7 7 |
Looking at webpack's bundle and this doesn't seem right 😅 /***/ "../../packages/playback-core/dist/index.cjs":
/*!***************************************************!*\
!*** ../../packages/playback-core/dist/index.cjs ***!
\***************************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
"use strict";
module.exports = __webpack_require__.p + "static/media/index.dceebc1c266d5806e2b4.cjs";
/***/ }), It looks like |
It seems like it doesn't know about |
Also, running into an issue where media-chrome is imported in cjs-land but it's esm-only right now. |
Yup, CRA doesn't like cjs files facebook/create-react-app#12352 |
Made a PR against this branch which has some fixes that get things working: cjpillsbury#3 It brings in #204, renamed the commonjs build files to
|
Superseded by #225 |
adding PR for exploratory work on different build tool acrobatics