Skip to content

Commit

Permalink
update node version. update rollup.config.mjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
blwatkins committed Nov 30, 2023
1 parent af1281f commit 66f5c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v20.10.0
9 changes: 3 additions & 6 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,10 @@ export default {
typescript(),
commonjs(),
nodeResolve({
extensions: [
'.ts'
]
extensions: ['.ts']
}),
eslint({
include: [
'src/**/*.ts'
],
include: ['src/**/*.ts'],
throwOnError: true,
throwOnWarning: true
}),
Expand All @@ -66,6 +62,7 @@ export default {
}),
dev({
dirs: ['out'],
host: '127.0.0.1',
spa: true
}),
zip({
Expand Down

0 comments on commit 66f5c9c

Please sign in to comment.