We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87441dd commit e37b0c4Copy full SHA for e37b0c4
webpack.config.ts
@@ -31,7 +31,9 @@ export const baseConfig: Configuration = {
31
// the bundle is stored in the 'dist' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/
32
filename: "extension.js",
33
path: PATHS.dist,
34
- libraryTarget: "commonjs2",
+ library: {
35
+ type: "commonjs2",
36
+ },
37
devtoolModuleFilenameTemplate: "../[resource-path]", // Removes the webpack:/// prefix from source maps
38
},
39
module: {
0 commit comments