Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/require-context.macro
https://github.com/tmeasday/require-context.macro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/require-context.macro
- Owner: tmeasday
- Created: 2018-11-26T01:19:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T01:21:14.000Z (about 6 years ago)
- Last Synced: 2024-10-25T18:58:09.118Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trying to get https://www.npmjs.com/package/babel-plugin-require-context-hook working with babel macros
Try:
```
# Storybook mode
yarn babel ./test.js# vs Jest mode
NODE_ENV=test yarn babel ./test.js
```