refactor: replace @edx/paragon with @openedx/paragon (#446)

* 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>
This commit is contained in:
Mashal Malik
2024-01-01 13:08:15 +05:00
committed by GitHub
parent b6374a5c05
commit 19292cd5b6
14 changed files with 2047 additions and 188 deletions

View File

@@ -1,5 +1,5 @@
const path = require('path');
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');
module.exports = createConfig('webpack-dev', {
entry: path.resolve(__dirname, 'example'),