Skip to content

Commit

Permalink
Merge pull request #10 from ryanraposo/webpack
Browse files Browse the repository at this point in the history
Webpack the extension 🎁
  • Loading branch information
AssisrMatheus authored Nov 13, 2020
2 parents 31d2acd + 5aa8bbf commit 1e6968d
Show file tree
Hide file tree
Showing 6 changed files with 1,330 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
Expand All @@ -26,7 +26,7 @@
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
"${workspaceFolder}/dist/test/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
}
Expand Down
270 changes: 270 additions & 0 deletions dist/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e6968d

Please sign in to comment.