mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🔧 Fix dup bool check in webpack config
This commit is contained in:
parent
7f011878b4
commit
d043c21264
@ -42,7 +42,7 @@ const isServer = process.env.IS_DOCKER || process.env.IS_SERVER || false;
|
||||
const plugins = !isServer ? [
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
!isServer ? { from: './user-data', to: './' } : {},
|
||||
{ from: './user-data', to: './' },
|
||||
],
|
||||
}),
|
||||
] : [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user