1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 13:50:05 +00:00

chore(*): attempt SAS9 job executor

This commit is contained in:
Krishna Acondy
2021-05-11 08:15:48 +01:00
parent cf1e3f3835
commit f8c6318a88
6 changed files with 1071 additions and 130 deletions

View File

@@ -22,6 +22,10 @@ const browserConfig = {
test: /\.ts?$/,
use: 'ts-loader',
exclude: /node_modules/
},
{
test: /\.node$/,
loader: 'node-loader'
}
]
},