mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
Tsm/field api (#549)
* feat: add field api and inline listbox * feat: add autosizer * chore: add specs for fieldSelections * feat: support horizontal, set as experimental * fix: close actions correctly * chore: correct docs, set as async
This commit is contained in:
@@ -108,7 +108,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
|
||||
format,
|
||||
exports: ['test-utils', 'stardust'].indexOf(targetName) !== -1 ? 'named' : 'default',
|
||||
name: umdName,
|
||||
sourcemap: false,
|
||||
sourcemap: true,
|
||||
banner,
|
||||
globals,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user