For questions please post on Stack Overflow and use the 'webpack' tag (http://stackoverflow.com/tags/webpack).
dependabot[bot] on npm_and_yarn
Bump @babel/core from 7.17.0 to… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump core-js from 3.20.3 to 3.2… (compare)
dependabot[bot] on npm_and_yarn
Bump lint-staged from 11.1.2 to… (compare)
dependabot[bot] on npm_and_yarn
libraryTarget: 'umd'
, because the docs says, "To make the library compatible with other environments, add libraryTarget property to the config. This will add various options about how the library can be exposed."
output: {
// ...
globalObject: "this"
}