mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-24 06:56:54 -05:00
Fix string_decoder import
This commit is contained in:
parent
dd73e31df5
commit
018b3b121f
|
|
@ -96,6 +96,7 @@ const main = {
|
|||
json(),
|
||||
alias({
|
||||
entries: [
|
||||
{find: 'string_decoder/', replacement: 'node:string_decoder'},
|
||||
...Module.builtinModules.map(m => ({find: m, replacement: 'node:' + m})),
|
||||
],
|
||||
}),
|
||||
|
|
@ -110,7 +111,6 @@ const main = {
|
|||
'node-notifier',
|
||||
'register-scheme',
|
||||
'bindings',
|
||||
'node:string_decoder/',
|
||||
],
|
||||
watch,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user