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
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
|
@ -1,4 +1,4 @@
|
||||||
declare const BRANDING_NAME: string;
|
declare const BRANDING_NAME: string;
|
||||||
declare const DIRECT_MEDIA_DOMAINS: string;
|
declare const DIRECT_MEDIA_DOMAINS: string;
|
||||||
declare const HOST_URL: string;
|
declare const HOST_URL: string;
|
||||||
declare const REDIRECT_URL: string;
|
declare const REDIRECT_URL: string;
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue