1
0
Fork 0

support safari, maybe

This commit is contained in:
purringChaos 2021-06-13 20:21:16 +01:00 committed by GitHub
parent c0f5f5c540
commit be8e363de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,9 @@ var babelOptions = {
"useBuiltIns": "usage",
"targets": {
"firefox": "78",
"chrome": "84"
"chrome": "84",
"safari": "11.1"
}
}
]
@ -108,4 +110,4 @@ module.exports = {
new CssMinimizerPlugin(),
],
},
};
};