mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore: make core optional
This commit is contained in:
@@ -31,7 +31,7 @@ const options = {
|
||||
core: {
|
||||
description: 'Set a core build target',
|
||||
type: 'string',
|
||||
default: 'core',
|
||||
default: undefined,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user