https://github.com/valerybugakov/module-resolver-example
babel-plugin-module-resolver bug example
https://github.com/valerybugakov/module-resolver-example
Last synced: 6 months ago
JSON representation
babel-plugin-module-resolver bug example
- Host: GitHub
- URL: https://github.com/valerybugakov/module-resolver-example
- Owner: valerybugakov
- Created: 2016-08-16T11:30:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T11:43:05.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T15:32:26.300Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/tleunen/babel-plugin-module-resolver/issues/61
```sh
npm i
cd node_modules
rm -r babel-plugin-module-resolver
g clone -b fix/61-cwd git@github.com:tleunen/babel-plugin-module-resolver
cd babel-plugin-module-resolver
npm i && npm run compile
cd ../..
npm test
```