mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 14:22:23 +02:00
@@ -152,7 +152,7 @@ module.exports = {
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[name].css'
|
||||
}),
|
||||
new Dotenv()
|
||||
new Dotenv({path: prod ? '.env-prod' : '.env'})
|
||||
],
|
||||
devtool: prod ? false : 'source-map',
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user