Also update gulp

This commit is contained in:
Matt Bierner
2025-08-07 20:15:04 -07:00
parent 7bf1ab9dbe
commit e4f9730eae
5 changed files with 15 additions and 15 deletions

View File

@@ -511,12 +511,12 @@ function translatePackageJSON(packageJSON, packageNLSPath) {
const extensionsPath = path_1.default.join(root, 'extensions');
// Additional projects to run esbuild on. These typically build code for webviews
const esbuildMediaScripts = [
'markdown-language-features/esbuild-notebook.js',
'markdown-language-features/esbuild-preview.js',
'markdown-math/esbuild.js',
'notebook-renderers/esbuild.js',
'ipynb/esbuild.js',
'simple-browser/esbuild-preview.js',
'markdown-language-features/esbuild-notebook.mjs',
'markdown-language-features/esbuild-preview.mjs',
'markdown-math/esbuild.mjs',
'notebook-renderers/esbuild.mjs',
'ipynb/esbuild.mjs',
'simple-browser/esbuild-preview.mjs',
];
async function webpackExtensions(taskName, isWatch, webpackConfigLocations) {
const webpack = require('webpack');

View File

@@ -561,12 +561,12 @@ const extensionsPath = path.join(root, 'extensions');
// Additional projects to run esbuild on. These typically build code for webviews
const esbuildMediaScripts = [
'markdown-language-features/esbuild-notebook.js',
'markdown-language-features/esbuild-preview.js',
'markdown-math/esbuild.js',
'notebook-renderers/esbuild.js',
'ipynb/esbuild.js',
'simple-browser/esbuild-preview.js',
'markdown-language-features/esbuild-notebook.mjs',
'markdown-language-features/esbuild-preview.mjs',
'markdown-math/esbuild.mjs',
'notebook-renderers/esbuild.mjs',
'ipynb/esbuild.mjs',
'simple-browser/esbuild-preview.mjs',
];
export async function webpackExtensions(taskName: string, isWatch: boolean, webpackConfigLocations: { configPath: string; outputRoot?: string }[]) {

View File

@@ -7,4 +7,4 @@ extension.webpack.config.js
extension-browser.webpack.config.js
package-lock.json
.gitignore
esbuild.js
esbuild.*

View File

@@ -2,7 +2,7 @@ src/**
notebook/**
extension-browser.webpack.config.js
extension.webpack.config.js
esbuild.js
esbuild.*
cgmanifest.json
package-lock.json
webpack.config.js

View File

@@ -2,5 +2,5 @@ src/**
notebook/**
tsconfig.json
.gitignore
esbuild.js
esbuild.*
src/**