barely-a-dev-server
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "barely-a-dev-server", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -14,3 +14,3 @@ import { join } from "node:path"; | ||
const esbuildOptions = { | ||
target: "es2020", | ||
target: "es2022", | ||
logLevel: "info", | ||
@@ -17,0 +17,0 @@ minify: !options.dev, |