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

chore(*): remove unused loader

This commit is contained in:
Krishna Acondy
2021-05-27 08:08:47 +01:00
parent d8d1968162
commit b8cb7d52e7
3 changed files with 0 additions and 82 deletions

View File

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