source: reactapp/babel.config.js@ d654c74

main
Last change on this file since d654c74 was e958037, checked in by Viktor <mlviktor23@…>, 2 years ago

added styling to /professor/{professorId} page

  • 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.