forecastAppFrontend/babel.config.js
Augustine Rapheal 451e3468bd initial commit
2024-07-13 13:54:55 +01:00

7 lines
101 B
JavaScript

module.exports = function (api) {
api.cache.forever();
return {
plugins: ["macros"],
};
};