Guest User

Untitled

a guest
Mar 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // .babelrc
  2. {
  3. "plugins" : [
  4. [
  5. "module-resolver",
  6. {
  7. // root 폴더 설정
  8. "root": "./src",
  9. "alias": {
  10. "common": "./src/common",
  11. "test": "./src/test"
  12. }
  13. }
  14. ]
  15. ]
  16. }
Add Comment
Please, Sign In to add comment