Skip to content

Commit f866c9a

Browse files
committed
Now using webpack to reduce the size of the extension.
1 parent ed93743 commit f866c9a

11 files changed

+2167
-28
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.vscode
22
node_modules
33
out
4-
src/commands/showComponentHierarchy.html
5-
src/commands/showComponentHierarchy.js
4+
dist
5+
showComponentHierarchy.js
6+
showModuleHierarchy.js
7+
*.vsix

.vscodeignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.vscode/**
22
.vscode-test/**
3-
out/test/**
3+
images/**
4+
out/**
45
src/**
6+
node_modules/**
7+
.github
58
.gitignore
69
.yarnrc
710
vsc-extension-quickstart.md

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.5.1
4+
5+
- Now using webpack to reduce size of extension.
6+
37
## Version 1.5.0
48

59
- Added Show module hierarchy command that visualizes the module structure and their import and exports.
File renamed without changes.

0 commit comments

Comments
 (0)