Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit cab80c2

Browse files
committed
smaller bundle
1 parent 6b3fd40 commit cab80c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vscodeignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ src/**
66
.gitignore
77
tsconfig.json
88
vsc-extension-quickstart.md
9-
tslint.json
9+
tslint.json
10+
node_modules
11+
.github
12+
renovate.json

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The git log should show a fairly clean view of each of these new versions, and the issues/PRs associated.
88

9+
# 0.3.25
10+
11+
Remove `node_modules` from bundle after adding `esbuild` to make the extension bundle smaller
12+
913
# 0.3.24
1014

1115
Add highlighting and langauge support for `.mjs`, `.cjs`, `.es6`, `.esm` and other similar extensions

0 commit comments

Comments
 (0)