chore(deps): lock file maintenance (#3695)
This commit is contained in:
@ -89,3 +89,14 @@ exports.onCreateNode = ({ node, actions, getNode }) => {
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
exports.onCreateWebpackConfig = ({ actions }) => {
|
||||
actions.setWebpackConfig({
|
||||
resolve: {
|
||||
extensions: ['.ts', '.tsx', '.js', '.json'],
|
||||
alias: {
|
||||
moment$: 'moment/moment.js',
|
||||
},
|
||||
},
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user