Skip to content

Commit bf1f04a

Browse files
committed
tech(base): update module matrix
1 parent 24b33dc commit bf1f04a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/moduleMatrix.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ module.exports = {
88
react: [...react],
99
reactWithI18n: [...react, 'react-intl'],
1010
router: ['react-router-dom', 'history'],
11-
utils: ['axios', 'lodash'],
11+
utils: ['lodash'],
1212
redux: ['redux', 'react-redux'],
1313
form: ['react-hook-form', '@hookform/resolvers', 'yup'],
1414
materialUi: ['@material-ui/core', '@material-ui/icons', '@material-ui/styles'],
15+
services: ['axios'],
1516
reactLib: ['react-content-loader'],
1617
webpack,
1718
webpackPlugins,

0 commit comments

Comments
 (0)