1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-03 02:37:55 +01:00

fix: Fix minify plugin in renderer webpack config

This commit is contained in:
AkiraFukushima 2018-07-28 00:47:10 +09:00
parent a96a5b9b11
commit 0fd942e080

View File

@ -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'),