Guest User

Untitled

a guest
Nov 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module.exports = {
  2. rootDir: './webapp',
  3. moduleFileExtensions: ['vue', 'js', 'json', 'jsx', 'node'],
  4. moduleNameMapper: {
  5. '^@/(.*)$': '<rootDir>src/$1',
  6. },
  7. mapCoverage: true,
  8. };
Add Comment
Please, Sign In to add comment