I'm seeing this error when updating microbundle from 0.11 to 0.12
(babel plugin) Error: [BABEL] /home/circleci/project/src/resolver.ts: .value is not a valid Plugin property
Error: [BABEL] /home/circleci/project/src/resolver.ts: .value is not a valid Plugin property
at Object.keys.forEach.key (/home/circleci/project/node_modules/@babel/core/lib/config/validation/plugins.js:52:56)
at Array.forEach (<anonymous>)
at validatePluginObject (/home/circleci/project/node_modules/@babel/core/lib/config/validation/plugins.js:50:20)
at instantiatePlugin (/home/circleci/project/node_modules/@babel/core/lib/config/full.js:209:55)
at cachedFunction (/home/circleci/project/node_modules/@babel/core/lib/config/caching.js:33:19)
at loadPluginDescriptor (/home/circleci/project/node_modules/@babel/core/lib/config/full.js:200:10)
at config.plugins.reduce (/home/circleci/project/node_modules/@babel/core/lib/config/full.js:69:20)
at Array.reduce (<anonymous>)
at recurseDescriptors (/home/circleci/project/node_modules/@babel/core/lib/config/full.js:67:38)
at loadFullConfig (/home/circleci/project/node_modules/@babel/core/lib/config/full.js:108:6)
In case it helps, here's the project where this error manifests:
decentralized-identity/did-resolver#31
I'm seeing this error when updating microbundle from 0.11 to 0.12
In case it helps, here's the project where this error manifests:
decentralized-identity/did-resolver#31