Update sample plugin to use ESBuild.

This commit is contained in:
lishid 2021-10-19 13:34:19 -04:00
parent 5f95bce9e1
commit 3afc9d78ab
6 changed files with 71 additions and 72 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4