mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix(fes): [hackFesInBuild] fix issues #210
This commit is contained in:
parent
cca6223477
commit
b7fcc3bc25
@ -1,9 +1,9 @@
|
||||
// my-module/register.js
|
||||
import { join } from 'node:path';
|
||||
import { addHook } from 'pirates';
|
||||
|
||||
function matcher(filename) {
|
||||
if (filename.endsWith('/fes/lib/index.js')) return true;
|
||||
return false;
|
||||
return filename.endsWith(join(...['fes', 'lib', 'index.js']));
|
||||
}
|
||||
|
||||
export function hackFesInBuild() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user