diff --git a/platform/viewer/.webpack/webpack.pwa.js b/platform/viewer/.webpack/webpack.pwa.js index 3436933ee..edeea8280 100644 --- a/platform/viewer/.webpack/webpack.pwa.js +++ b/platform/viewer/.webpack/webpack.pwa.js @@ -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