Open cnestor1 opened 1 week ago
BundleDeclarationsWebpackPlugin is not a class. You should create a new object with default values by::
new BundleDeclarationsWebpackPlugin.default;
or with your settings:
new BundleDeclarationsWebpackPlugin.default({
//...
})
I am getting this error when merging typescript files using the Webpack BundleDeclarationsWebpackPlugin.
What's wrong with my configuration below?
My Webpack config is:
package.json:
tsconfig.json