fix: Correctly ignore directories in webpack config (#3025)

This commit is contained in:
HarmvZ 2022-11-21 23:46:55 +01:00 committed by GitHub
parent 558ba634fa
commit be6b8629be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ module.exports = (env, argv) => {
globOptions: {
// Ignore our HtmlWebpackPlugin template file
// Ignore our configuration files
ignore: ['config/*', 'html-templates/*', '.DS_Store'],
ignore: ['**/config/**', '**/html-templates/**', '.DS_Store'],
},
},
// Short term solution to make sure GCloud config is available in output