Adds webpack and jest aliases, also refactoring imports to replace multiple instances of "../../../" to more readable ones, such as '@components/'.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCedc50fe424ca: [CashTab] Adds webpack aliases and refactor imports
npm install, npm run test, run all tests, npm run start to run app.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tried it but simply wont work, not sure exactly why, but webpack loses itself: (running npm start):
./src/components/App.js
Module not found: Can't resolve 'src/components/Configure/Configure'
Something related to module resolution and the way it handles those imports.