We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d2983 commit 2939b4dCopy full SHA for 2939b4d
webpack.config.js
@@ -41,7 +41,7 @@ const extensionConfig = {
41
},
42
};
43
44
-const MainWebViewConfig = {
+const mainWebViewConfig = {
45
entry: "./webview/index.js",
46
output: {
47
path: path.resolve(__dirname, "dist"),
@@ -84,7 +84,7 @@ const MainWebViewConfig = {
84
85
86
87
-const SidebarWebViewConfig = {
+const sidebarWebViewConfig = {
88
entry: "./webview/sidebar.js",
89
90
@@ -110,4 +110,4 @@ const SidebarWebViewConfig = {
110
111
112
113
-module.exports = [extensionConfig, MainWebViewConfig, SidebarWebViewConfig];
+module.exports = [extensionConfig, mainWebViewConfig, sidebarWebViewConfig];
0 commit comments