Merge pull request #458 from PhotonQyv/typo-fix

Corrected typo.
This commit is contained in:
AkiraFukushima 2018-07-28 19:29:03 +09:00 committed by GitHub
commit 9e7c4032e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ if (process.env.NODE_ENV === 'production') {
rendererConfig.devtool = '' rendererConfig.devtool = ''
rendererConfig.plugins.push( rendererConfig.plugins.push(
new MnifyPlugin(), new MinifyPlugin(),
new CopyWebpackPlugin([ new CopyWebpackPlugin([
{ {
from: path.join(__dirname, '../static'), from: path.join(__dirname, '../static'),