Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

webpack alias not working in jest

  "jest": {
    "moduleNameMapper": {
      "^@shared(.*)$": "<rootDir>/shared$1",
      "^@components(.*)$": "<rootDir>/shared/components$1"
    }
  },
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #webpack #alias #working #jest
ADD COMMENT
Topic
Name
4+3 =