mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
feat(nebula-build-core): add docs and help info (#659)
This commit is contained in:
@@ -23,4 +23,5 @@ Options:
|
||||
--sourcemap, -m Generate source map [boolean] [default: true]
|
||||
--mode Explicitly set mode
|
||||
[string] [choices: "production", "development"]
|
||||
--core Set a core build target [string] [default: "core"]
|
||||
```
|
||||
|
||||
@@ -28,6 +28,11 @@ const options = {
|
||||
type: 'string',
|
||||
default: undefined,
|
||||
},
|
||||
core: {
|
||||
description: 'Set a core build target',
|
||||
type: 'string',
|
||||
default: 'core',
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = (yargs) => {
|
||||
|
||||
Reference in New Issue
Block a user