mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
fix: new node, externals
This commit is contained in:
20687
package-lock.json
generated
20687
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -27,6 +27,15 @@ const browserConfig = {
|
|||||||
index: './src/index.ts',
|
index: './src/index.ts',
|
||||||
minified_sas9: './src/minified/sas9/index.ts'
|
minified_sas9: './src/minified/sas9/index.ts'
|
||||||
},
|
},
|
||||||
|
externals: {
|
||||||
|
'node:fs': 'node:fs',
|
||||||
|
'node:fs/promises': 'node:fs/promises',
|
||||||
|
'node:path': 'node:path',
|
||||||
|
'node:stream': 'node:stream',
|
||||||
|
'node:url': 'node:url',
|
||||||
|
'node:events': 'node:events',
|
||||||
|
'node:string_decoder': 'node:string_decoder'
|
||||||
|
},
|
||||||
output: {
|
output: {
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
path: path.resolve(__dirname, 'build'),
|
path: path.resolve(__dirname, 'build'),
|
||||||
|
|||||||
Reference in New Issue
Block a user