This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changes built output to be gitlens.js
Helps avoid source map conflicts with other extensions
main
Eric Amodio
4 years ago
parent
a4ea99aebc
commit
79a7d266dd
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
webpack.config.js
+ 1
- 1
package.json
View File
@ -20,7 +20,7 @@
"engines"
:
{
"vscode"
:
"^1.45.1"
}
,
"main"
:
"./dist/
extension
"
,
"main"
:
"./dist/
gitlens
"
,
"icon"
:
"images/gitlens-icon.png"
,
"preview"
:
false
,
"badges"
:
[
+ 1
- 1
webpack.config.js
View File
@ -139,7 +139,7 @@ function getExtensionConfig(mode, env) {
devtool
:
'source-map'
,
output
:
{
libraryTarget
:
'commonjs2'
,
filename
:
'
extension
.js'
,
filename
:
'
gitlens
.js'
,
chunkFilename
:
'feature-[name].js'
,
}
,
optimization
:
{
Write
Preview
Loading…
Cancel
Save