-> v0.22.1

This commit is contained in:
Rich Harris
2018-09-30 21:10:17 -04:00
parent 4375feac83
commit 664c093391
4 changed files with 10 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ function template(kind, external) {
return {
input: `templates/src/${kind}/index.ts`,
output: {
file: `templates/dist/${kind}.js`,
file: `templates/${kind}.js`,
format: 'es'
},
external,