source: reactapp/babel.config.js@ ebc5176

Last change on this file since ebc5176 was ebc5176, checked in by unknown <mlviktor23@…>, 2 years ago

prototip

  • Property mode set to 100644
File size: 101 bytes
Line 
1module.exports = function (api) {
2 api.cache.forever();
3 return {
4 plugins: ["macros"],
5 };
6};
Note: See TracBrowser for help on using the repository browser.