Files
frontend-app-authn/babel.config.js
Adolfo R. Brandes 8f8531a242 refactor: migrate to frontend-base
BREAKING CHANGE: refactors the MFE for frontend-base.
2025-06-24 15:30:07 -03:00

4 lines
108 B
JavaScript

const { createConfig } = require('@openedx/frontend-base/config');
module.exports = createConfig('babel');