source:
reactapp/babel.config.js@
af801e3
Last change on this file since af801e3 was e958037, checked in by , 2 years ago | |
---|---|
|
|
File size: 101 bytes |
Rev | Line | |
---|---|---|
[e958037] | 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.