mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Also change common file extension
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// @ts-check
|
||||
import path from 'path';
|
||||
import { run } from '../esbuild-webview-common.js';
|
||||
import { run } from '../esbuild-webview-common.mjs';
|
||||
|
||||
const srcDir = path.join(import.meta.dirname, 'preview-src');
|
||||
const outDir = path.join(import.meta.dirname, 'media');
|
||||
|
||||
Reference in New Issue
Block a user