Enable compression on the dev server

This commit is contained in:
J. Nick Koston 2023-02-27 15:49:01 -06:00
parent 3f9df79849
commit 60f3fc85ae
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
"**/*.json": "js",
"**/*.css": "js",
},
compress: true,
middleware: [cors()],
plugins: rollupWDSPlugins,
};