mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: bundle shared so each consumer can require/import without hassle (#64167)
This commit is contained in:
committed by
GitHub
parent
ddfd598eb4
commit
f03ad05e84
@@ -1,5 +1,5 @@
|
||||
const path = require('path');
|
||||
const { viewTypes } = require('../../../shared-dist/config/challenge-types');
|
||||
const { viewTypes } = require('@freecodecamp/shared/config/challenge-types');
|
||||
|
||||
const backend = path.resolve(
|
||||
__dirname,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Certification } from '../../shared-dist/config/certification-settings';
|
||||
import { Certification } from '@freecodecamp/shared/config/certification-settings';
|
||||
|
||||
const idToPath = new Map(
|
||||
Object.entries({
|
||||
|
||||
Reference in New Issue
Block a user