module.exports = { configureWebpack: { resolve: { alias: { moment: 'moment/src/moment' } } }, }