Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 198 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 198 Bytes

reproduce the migration bug on window

cjs = ok

// remove "type": "module", in package.json
npm install
npm run migrate:latest:cjs

esm = ko

npm install
npm run migrate:latest:esm