Skip to content

Commit

Permalink
chore(deps): bump developer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Sep 24, 2024
1 parent 868889f commit 4d034b5
Show file tree
Hide file tree
Showing 3 changed files with 2,331 additions and 2,068 deletions.
4 changes: 2 additions & 2 deletions config/replace.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chalk from 'chalk';
import replace from 'replace-in-file';
import { replaceInFile } from 'replace-in-file';
import path from 'path';
import threeExamples from './threeExamples.mjs';

Expand All @@ -9,7 +9,7 @@ const fileGLTFLoader = path.resolve(path.dirname('./').replace('config', ''), th
const patchBatchID = /JOINTS_0: +'skinIndex',/g;
const patchGLTFLoader = 'JOINTS_0: \'skinIndex\',\n\t\t_BATCHID: \'_BATCHID\',';

replace({
replaceInFile({
files: fileGLTFLoader.replaceAll('\\','/'),
from: patchBatchID,
to: patchGLTFLoader,
Expand Down
Loading

0 comments on commit 4d034b5

Please sign in to comment.