We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198559a commit 8e438ffCopy full SHA for 8e438ff
1 file changed
desktop/config/webpack.config.base.js
@@ -56,7 +56,8 @@ const baseConfig = {
56
}),
57
new CopyWebpackPlugin({
58
patterns: [
59
- { context: "src/client/splash-screen", from: "**/*", to: "client/splash-screen" },
+ { context: "src/client/splash-screen", from: "**/*.(html|svg)", to: "client/splash-screen" },
60
+ { context: "src/client/recover-window", from: "**/*.(html|svg)", to: "client/recover-window" },
61
{ context: "src/client/proxy", from: "**/*", to: "client/proxy" },
62
{ context: "src/client/resources", from: "**/*", to: "client/resources" },
63
{ context: "src/app/assets", from: "**/*", to: "assets" },
0 commit comments