refactor: replace @edx/paragon and @edx/frontend-build

This commit is contained in:
mashal-m
2023-12-29 11:19:54 +05:00
parent bed2c341b5
commit 79314ead86
99 changed files with 2207 additions and 298 deletions

View File

@@ -1,5 +1,5 @@
const path = require('path');
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');
const CopyPlugin = require('copy-webpack-plugin');
const config = createConfig('webpack-prod');