1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: added 'https'

This commit is contained in:
Saad Jutt
2021-01-26 18:45:21 +05:00
parent de25f106ec
commit 39924ff078
3 changed files with 8 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ const browserConfig = {
]
},
resolve: {
extensions: ['.ts', '.js']
extensions: ['.ts', '.js'],
fallback: { https: false }
},
output: {
filename: 'index.js',