diff --git a/snowpack.config.json b/snowpack.config.json index 9444d52..2ad4833 100644 --- a/snowpack.config.json +++ b/snowpack.config.json @@ -3,11 +3,9 @@ "clean": true }, "mount": { "src": { "url": "/" } }, - "experiments": { - "optimize": { - "bundle": true, - "minify": true, - "target": "esnext" - } + "optimize": { + "bundle": true, + "minify": true, + "target": "esnext" } }