forecastAppFrontend/babel.config.js

7 lines
101 B
JavaScript
Raw Normal View History

2024-07-13 12:54:55 +00:00
module.exports = function (api) {
api.cache.forever();
return {
plugins: ["macros"],
};
};