chore: doc
This commit is contained in:
parent
fd4050e0e9
commit
e7169ef833
|
@ -30,7 +30,14 @@ export default {
|
||||||
* Register build configuration.
|
* Register build configuration.
|
||||||
*/
|
*/
|
||||||
'@flecks/core.build.config': () => [
|
'@flecks/core.build.config': () => [
|
||||||
|
/**
|
||||||
|
* If you document your config files like this, documentation will be automatically
|
||||||
|
* generated.
|
||||||
|
*/
|
||||||
'.myrc.js',
|
'.myrc.js',
|
||||||
|
/**
|
||||||
|
* Make sure you return them as an array expression, like this.
|
||||||
|
*/
|
||||||
['mygeneralrc.js', {specifier: (specific) => `${specific}.mygeneralrc.js`}],
|
['mygeneralrc.js', {specifier: (specific) => `${specific}.mygeneralrc.js`}],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user