mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 12:33:43 +08:00
chore(vscode): update to 1.55.2
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname),
|
||||
mode: 'production',
|
||||
entry: {
|
||||
index: './preview-src/index.ts',
|
||||
pre: './preview-src/pre.ts'
|
||||
pre: './preview-src/pre.ts',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Reference in New Issue
Block a user