2 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
module.exports = { |
|||
plugins: [ |
|||
[ |
|||
'babel-plugin-module-resolver', |
|||
{ |
|||
alias: { |
|||
components: './src/components', |
|||
}, |
|||
}, |
|||
], |
|||
], |
|||
}; |
|||
Loading…
Reference in new issue