Skip to content

Commit

Permalink
Set end year 2030 for moment-timezone data
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr authored and noahtallen committed Jan 23, 2023
1 parent 3c17e45 commit 7545978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/webpack.config.js
Expand Up @@ -332,6 +332,7 @@ const webpackConfig = {
} ),
new MomentTimezoneDataPlugin( {
startYear: 2000,
endYear: 2030,
cacheDir: path.resolve( cachePath, 'moment-timezone' ),
} ),
new InlineConstantExportsPlugin( /\/client\/state\/action-types.js$/ ),
Expand Down

0 comments on commit 7545978

Please sign in to comment.