Skip to content

Commit

Permalink
fix(console): dayjs isMoment get error (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-hnny committed Apr 26, 2022
1 parent 0ea413d commit 6c17235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/console/webpack/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = ({ version, mode }) => ({
'@tencent/qcloud-redux-query': path.resolve(__dirname, '../lib/ff-redux/libs/qcloud-redux-query/'),
'@tencent/qcloud-redux-workflow': path.resolve(__dirname, '../lib/ff-redux/libs/qcloud-redux-workflow/'),
'@': path.resolve(__dirname, '../'),
moment: path.resolve(__dirname, '../node_modules/dayjs'),
// moment: path.resolve(__dirname, '../node_modules/dayjs'),
'@tencent/tea-component': path.resolve(__dirname, '../node_modules/tea-component'),
'@tencent/tea-component/lib/*': path.resolve(__dirname, '../node_modules/tea-component/es/*')
}
Expand Down

0 comments on commit 6c17235

Please sign in to comment.