diff --git a/package.json b/package.json index 20047c3..df257a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itty-router", - "version": "5.0.7", + "version": "5.0.8", "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.", "main": "./index.js", "module": "./index.mjs", diff --git a/rollup.config.mjs b/rollup.config.mjs index bf56f13..7ff25f9 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -53,7 +53,7 @@ export default async () => { ], plugins: [ typescript({ sourceMap: true }), - // terser(), + terser(), bundleSize(), copy({ targets: [