structor
structor copied to clipboard
TypeError: m.forEachChunk is not a function for using react-scripts-ts
Open in the browser: http://localhost:2222/structor
TypeError: m.forEachChunk is not a function
at modules.forEach.m (/Users/barry.li/WorkSpace/My/React/rcv-w/node_modules/webpack/lib/optimize/OccurrenceOrderPlugin.js:26:8)
at Array.forEach (
the package.json { "name": "rcv-w", "version": "0.1.0", "private": true, "dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts-ts": "3.1.0", "structor": "^2.3.2" }, "scripts": { "start": "cross-env NODE_PATH=src react-scripts-ts start", "build": "react-scripts-ts build", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "structor": "structor" }, "devDependencies": { "@types/jest": "^24.0.11", "@types/node": "^11.13.5", "@types/react": "^16.8.13", "@types/react-dom": "^16.8.4", "cross-env": "^5.2.0", "typescript": "^3.4.4" } }