Preettier formatting

This commit is contained in:
dangered wolf 2022-07-16 02:39:34 -04:00
parent 5cabc44551
commit f699f3233b
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 6 additions and 6 deletions

View file

@ -18,17 +18,17 @@ module.exports = {
}, },
plugins: [ plugins: [
new webpack.DefinePlugin({ new webpack.DefinePlugin({
BRANDING_NAME: `'${process.env.BRANDING_NAME}'`, BRANDING_NAME: `'${process.env.BRANDING_NAME}'`
}), }),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
DIRECT_MEDIA_DOMAINS: `'${process.env.DIRECT_MEDIA_DOMAINS}'`, DIRECT_MEDIA_DOMAINS: `'${process.env.DIRECT_MEDIA_DOMAINS}'`
}), }),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
HOST_URL: `'${process.env.HOST_URL}'`, HOST_URL: `'${process.env.HOST_URL}'`
}), }),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
REDIRECT_URL: `'${process.env.REDIRECT_URL}'`, REDIRECT_URL: `'${process.env.REDIRECT_URL}'`
}), })
], ],
optimization: { optimization: {
mangleExports: 'size' mangleExports: 'size'