mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix: fetch image resource with auth params (#1757)
* fix: fetch image resource with auth params * chore: refactor to pre-load the query params * chore: correct non-async * chore: fix mock of auth * chore: qlik/api 1.37.0
This commit is contained in:
@@ -132,6 +132,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
|
||||
sourcemap: true,
|
||||
banner,
|
||||
globals,
|
||||
inlineDynamicImports: true,
|
||||
},
|
||||
external,
|
||||
plugins: [
|
||||
@@ -144,6 +145,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
|
||||
}),
|
||||
nodeResolve({
|
||||
extensions: [debug ? '.dev.js' : false, '.js', '.jsx'].filter(Boolean),
|
||||
browser: true,
|
||||
}),
|
||||
json(),
|
||||
commonjs(),
|
||||
|
||||
Reference in New Issue
Block a user