Skip to content

Commit

Permalink
Change name of webpack generated analysis html file (#7435)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Sep 17, 2019
1 parent 2040777 commit 49061d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/webpack/webpack.debugadapter.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config = {
'commonjs'
],
plugins: [
...common_1.getDefaultPlugins('extension')
...common_1.getDefaultPlugins('debugger')
],
resolve: {
extensions: ['.ts', '.js'],
Expand Down
2 changes: 1 addition & 1 deletion build/webpack/webpack.debugadapter.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: Configuration = {
'commonjs'
],
plugins: [
...getDefaultPlugins('extension')
...getDefaultPlugins('debugger')
],
resolve: {
extensions: ['.ts', '.js'],
Expand Down

0 comments on commit 49061d5

Please sign in to comment.