fix: Correctly ignore directories in webpack config (#3025)
This commit is contained in:
parent
558ba634fa
commit
be6b8629be
@ -87,7 +87,7 @@ module.exports = (env, argv) => {
|
|||||||
globOptions: {
|
globOptions: {
|
||||||
// Ignore our HtmlWebpackPlugin template file
|
// Ignore our HtmlWebpackPlugin template file
|
||||||
// Ignore our configuration files
|
// 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
|
// Short term solution to make sure GCloud config is available in output
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user