Initial skeleton timeline.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:21 -07:00
parent 95cfd5ab5b
commit 983aff4dd8
12 changed files with 256 additions and 75 deletions
+4 -2
View File
@@ -30,9 +30,11 @@ const plugins = [
},
}),
image(),
nodeResolve({}),
nodeResolve({
browser: true,
}),
commonjs({
include: 'node_modules/**'
include: 'node_modules/**',
}),
typescript(),
json(),