mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Preettier formatting
This commit is contained in:
parent
5cabc44551
commit
f699f3233b
2 changed files with 6 additions and 6 deletions
|
@ -18,17 +18,17 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
BRANDING_NAME: `'${process.env.BRANDING_NAME}'`,
|
||||
BRANDING_NAME: `'${process.env.BRANDING_NAME}'`
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
DIRECT_MEDIA_DOMAINS: `'${process.env.DIRECT_MEDIA_DOMAINS}'`,
|
||||
DIRECT_MEDIA_DOMAINS: `'${process.env.DIRECT_MEDIA_DOMAINS}'`
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
HOST_URL: `'${process.env.HOST_URL}'`,
|
||||
HOST_URL: `'${process.env.HOST_URL}'`
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
REDIRECT_URL: `'${process.env.REDIRECT_URL}'`,
|
||||
}),
|
||||
REDIRECT_URL: `'${process.env.REDIRECT_URL}'`
|
||||
})
|
||||
],
|
||||
optimization: {
|
||||
mangleExports: 'size'
|
||||
|
|
Loading…
Add table
Reference in a new issue