mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-10 19:45:42 -05:00
Fix string_decoder import
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user