Webpack: UnusedFilesWebpackPlugin: ignore locale whitelist files, about.example

This commit is contained in:
Alex Gleason
2021-09-04 16:19:33 -05:00
parent 5ea4a8e869
commit e8623d0af8

View File

@ -82,7 +82,12 @@ module.exports = {
new UnusedFilesWebpackPlugin({
patterns: ['app/**/*.*'],
globOptions: {
ignore: ['node_modules/**/*', '**/__*__/**/*'],
ignore: [
'node_modules/**/*',
'**/__*__/**/*',
'app/instance/about.example',
'app/soapbox/locales/whitelist_*.json',
],
},
}),
// https://github.com/jantimon/html-webpack-plugin#options