mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Enable compression on the dev server
This commit is contained in:
parent
3f9df79849
commit
60f3fc85ae
@ -19,6 +19,7 @@ module.exports = {
|
|||||||
"**/*.json": "js",
|
"**/*.json": "js",
|
||||||
"**/*.css": "js",
|
"**/*.css": "js",
|
||||||
},
|
},
|
||||||
|
compress: true,
|
||||||
middleware: [cors()],
|
middleware: [cors()],
|
||||||
plugins: rollupWDSPlugins,
|
plugins: rollupWDSPlugins,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user