* refactor: replace @edx/paragon with @openedx/paragon * fix: replaced frontend-build to @openedx to fix jest issues * refactor: removed old unused package --------- Co-authored-by: Abdullah Waheed <abdullah.waheed@arbisoft.com>
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
const { createConfig } = require('@openedx/frontend-build');
|
|
|
|
module.exports = createConfig('babel-preserve-modules');
|