Import upstream changes (da32db2e67547e0f17b7132065559eba2b1d3513)

This commit is contained in:
Lit Robot
2023-09-18 18:21:55 +00:00
parent 7d36575cda
commit 78896ca3b3
2 changed files with 10 additions and 2 deletions

View File

@@ -23,6 +23,10 @@ export default {
plugins: [
replace({'Reflect.decorate': 'undefined'}),
resolve(),
/**
* This minification setup serves the static site generation.
* For bundling and minification, check the README.md file.
*/
terser({
ecma: 2017,
module: true,