Closed Knorrke closed 6 years ago
The package.json of the plugins specify "main": "./lib/index.js", but lib doesn't exist anymore. So importing by package name doesn't work anymore.
package.json
"main": "./lib/index.js"
Easy fix: Import src file instead.
The
package.json
of the plugins specify"main": "./lib/index.js"
, but lib doesn't exist anymore. So importing by package name doesn't work anymore.Easy fix: Import src file instead.