source:
reactapp/babel.config.js@
4abf55a
Last change on this file since 4abf55a was e958037, checked in by , 2 years ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | module.exports = function (api) { |
2 | api.cache.forever(); |
3 | return { |
4 | plugins: ["macros"], |
5 | }; |
6 | }; |
Note:
See TracBrowser
for help on using the repository browser.