Minimal example for this issue.
npm i && npm start
npm start will fail. Change main: index.js in node_modules/scrollmonitor-react/package.json
to point to dist/index.js.
Build will succeed but still be broken.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Minimal example for this issue.
npm i && npm start
npm start will fail. Change main: index.js in node_modules/scrollmonitor-react/package.json
to point to dist/index.js.
Build will succeed but still be broken.