mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-02 18:36:56 +01:00
fix: Fix minify plugin in renderer webpack config
This commit is contained in:
parent
a96a5b9b11
commit
0fd942e080
@ -159,7 +159,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
rendererConfig.devtool = ''
|
||||
|
||||
rendererConfig.plugins.push(
|
||||
new MnifyPlugin(),
|
||||
new MinifyPlugin(),
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
from: path.join(__dirname, '../static'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user