v2.20.0
module uses a bundled file
package.json
"module" now usesdist/index.js
which is a bundled file with all of the necessary code, rather than leaving the dependencies for the consumer to add and install
package.json
"module" now uses dist/index.js
which is a bundled file with all of the necessary code, rather than leaving the dependencies for the consumer to add and install