Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit d672d06

Browse files
jschulerbfitzpat
authored andcommitted
cleanup
1 parent fe16b58 commit d672d06

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

src/yamlUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function getWebviewContent(config: string, filePath: string): string {
2020
// Local path to main script run in the webview
2121
const reactAppPathOnDisk = vscode.Uri.file(
2222
path.join(extensionFunctions.getContext().extensionPath, "quickstartsPreview", "quickstartsPreview.js")
23-
// path.join(this._extensionPath, "quickstartsPreview", "quickstartsPreview.js")
2423
);
2524
const scriptPathOnDisk = vscode.Uri.file(
2625
path.resolve(extensionFunctions.getContext().extensionPath, 'media', 'main.js')

webpack.config.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,11 @@ module.exports = {
3939
{
4040
test: /\.(png|jpe?g|webp|gif|svg)$/,
4141
loader: "null-loader"
42-
// use: {
43-
// loader: "url-loader",
44-
// options: {
45-
// limit: 1024,
46-
// fallback: "file-loader",
47-
// name: "[name].[contenthash].[ext]",
48-
// outputPath: "images/",
49-
// },
50-
// },
5142
},
5243
{
5344
test: /.(woff(2)?|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
5445
loader: "null-loader"
55-
// use: [
56-
// {
57-
// loader: "file-loader",
58-
// options: {
59-
// name: "[name].[ext]",
60-
// outputPath: "fonts/",
61-
// },
62-
// },
63-
// ],
6446
},
6547
],
6648
},
67-
// performance: {
68-
// hints: false,
69-
// },
7049
};

0 commit comments

Comments
 (0)