chore: Start upgrading CRA to latest.#210
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 react/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