chore(deps): lock file maintenance (#3695)

This commit is contained in:
renovate[bot]
2020-05-04 14:47:55 +03:00
committed by GitHub
parent 6c229c5149
commit 628eee4d1c
4 changed files with 657 additions and 581 deletions

View File

@ -116,6 +116,9 @@ const baseConfig = ({ target = isProduction ? 'umd' : 'umddir' } = {}) => ({
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.json'],
alias: {
moment$: 'moment/moment.js',
},
},
plugins: Object.values(plugins()).map(plugin => plugin()),
devtool: isTest ? '' : 'source-map',