Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcddafaa

Browse files
committed
wip
1 parent0c75216 commitcddafaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
constpath=require("path")
66

77
/**@type {import('webpack').Configuration}*/
8-
constconfig={
8+
constnodeConfig={
99
target:"node",// vscode extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/
1010
mode:"none",// this leaves the source code as close as possible to the original (when packaging we set this to 'production')
1111

@@ -47,4 +47,4 @@ const config = {
4747
],
4848
},
4949
}
50-
module.exports=config
50+
module.exports=nodeConfig

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp