mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
fix(packaging): fixed output file for Node
This commit is contained in:
@@ -86,7 +86,8 @@ const nodeConfig = {
|
|||||||
entry: './node/index.ts',
|
entry: './node/index.ts',
|
||||||
output: {
|
output: {
|
||||||
...browserConfig.output,
|
...browserConfig.output,
|
||||||
path: path.resolve(__dirname, 'build', 'node')
|
path: path.resolve(__dirname, 'build', 'node'),
|
||||||
|
filename: 'index.js'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user