mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
webpack config typing fix
This commit is contained in:
@@ -69,7 +69,6 @@ function withNodeDefaults(/**@type WebpackConfig*/extConfig) {
|
||||
// yes, really source maps
|
||||
devtool: 'source-map',
|
||||
plugins: [
|
||||
// @ts-expect-error
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'src', to: '.', globOptions: { ignore: ['**/test/**', '**/*.ts'] }, noErrorOnMissing: true }
|
||||
@@ -128,7 +127,6 @@ function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
|
||||
// yes, really source maps
|
||||
devtool: 'source-map',
|
||||
plugins: [
|
||||
// @ts-expect-error
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'src', to: '.', globOptions: { ignore: ['**/test/**', '**/*.ts'] }, noErrorOnMissing: true }
|
||||
|
||||
Reference in New Issue
Block a user