mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
@@ -5,9 +5,11 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname),
|
||||
mode: 'production',
|
||||
entry: {
|
||||
index: path.join(__dirname, 'preview-src', 'index.ts'),
|
||||
pre: path.join(__dirname, 'preview-src', 'pre.ts'),
|
||||
index: './preview-src/index.ts',
|
||||
pre: './preview-src/pre.ts',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user