Skip to content

Commit 2939b4d

Browse files
authored
[CHORE]: Edit webpack config
1 parent 43d2983 commit 2939b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const extensionConfig = {
4141
},
4242
};
4343

44-
const MainWebViewConfig = {
44+
const mainWebViewConfig = {
4545
entry: "./webview/index.js",
4646
output: {
4747
path: path.resolve(__dirname, "dist"),
@@ -84,7 +84,7 @@ const MainWebViewConfig = {
8484
},
8585
};
8686

87-
const SidebarWebViewConfig = {
87+
const sidebarWebViewConfig = {
8888
entry: "./webview/sidebar.js",
8989
output: {
9090
path: path.resolve(__dirname, "dist"),
@@ -110,4 +110,4 @@ const SidebarWebViewConfig = {
110110
},
111111
};
112112

113-
module.exports = [extensionConfig, MainWebViewConfig, SidebarWebViewConfig];
113+
module.exports = [extensionConfig, mainWebViewConfig, sidebarWebViewConfig];

0 commit comments

Comments
 (0)