jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.31k stars 356 forks source link

Failed to minify the code from this file #142

Closed kumaravelcrayond closed 4 years ago

kumaravelcrayond commented 4 years ago

When i use npm run build the following is recurred but when i use npm start the build is working fine.

Failed to minify the code from this file:

./node_modules/idb/build/esm/index.js:11

the code at that line number is:

openDB function

help me to solve this error issue.

thank you

jakearchibald commented 4 years ago

Minifying using terser is working fine for me. Can you give me more concrete steps to reproduce the issue and reopen this?