DFS Helper (#639)

This commit is contained in:
Gerard Rovira
2021-09-23 10:43:23 +01:00
committed by acywatson
parent f30beec4ad
commit 1bf44d2a6f
10 changed files with 206 additions and 47 deletions

View File

@ -143,6 +143,12 @@ async function build(name, inputFile, outputFile) {
'packages/outline/src/helpers/OutlineKeyHelpers',
),
},
{
find: isWWW ? 'Outline/NodeHelpers' : 'outline/NodeHelpers',
replacement: path.resolve(
'packages/outline/src/helpers/OutlineNodeHelpers',
),
},
{
find: isWWW ? 'Outline/TextHelpers' : 'outline/TextHelpers',
replacement: path.resolve(