Skip to content

Commit

Permalink
chore: ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 6, 2024
1 parent 3644abc commit 594f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ module.exports = (env, params = {}) => {
];
if (buildweathermap) {
if (env.adhoc || env.adhoc_sentry) {
config.plugins.push(new WaitPlugin(join(projectRoot, appPath, 'assets', 'map', 'index.html')));
config.plugins.push(new WaitPlugin(join(projectRoot, appPath, 'assets', 'map', 'index.html'), 100, 60000));
}
return [require('./map/webpack.config.js')(env, params), config];
} else {
Expand Down

0 comments on commit 594f733

Please sign in to comment.