Closed briancavalier closed 4 years ago
Fix build by using require for new cjs deps after https://github.com/cujojs/most/pull/541
It's a bummer, but our antiquated build setup is failing because it can't handle some kinds of CommonJS / ES module interop. This is the simplest short term fix I could get working. Here's what npm run build says:
npm run build
After this change:
Summary
Fix build by using require for new cjs deps after https://github.com/cujojs/most/pull/541
It's a bummer, but our antiquated build setup is failing because it can't handle some kinds of CommonJS / ES module interop. This is the simplest short term fix I could get working. Here's what
npm run build
says:After this change: