Fixing a weird import bug on react-day-picker (#933)
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
parent
a60f770832
commit
2287931882
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ module.exports = {
|
|||
'node_modules',
|
||||
path.resolve(__dirname),
|
||||
],
|
||||
alias: {
|
||||
moment: path.resolve(__dirname, '../../webapp/node_modules/moment/'),
|
||||
},
|
||||
extensions: ['*', '.js', '.jsx', '.ts', '.tsx'],
|
||||
},
|
||||
module: {
|
||||
|
|
Loading…
Reference in a new issue