module.exports = { ...other config plugins: [ ['module-resolver', { root: [ './src', ], "alias": { "~": "./src", } }], ], };