Fix ignore option of copy-webpack-plugin

This commit is contained in:
AkiraFukushima 2020-05-28 01:08:16 +09:00
parent b5ba866892
commit 05df5788c7
3 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ let mainConfig = {
from: path.join(__dirname, '../src/config/locales'),
to: path.join(__dirname, '../dist/electron/locales'),
globOptions: {
gitignore: true,
ignore: ['.*', '*~']
}
}

View File

@ -186,7 +186,6 @@ if (process.env.NODE_ENV === 'production') {
from: path.join(__dirname, '../static'),
to: path.join(__dirname, '../dist/electron/static'),
globOptions: {
gitignore: true,
ignore: ['.*', '*~']
}
}

View File

@ -136,7 +136,6 @@ if (process.env.NODE_ENV === 'production') {
from: path.join(__dirname, '../static'),
to: path.join(__dirname, '../dist/web/static'),
globOptions: {
gitignore: true,
ignore: ['.*', '*~']
}
}