mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) client: build: optional chaining
This commit is contained in:
parent
77d02c7844
commit
9a13502597
3 changed files with 3 additions and 4 deletions
|
|
@ -29,10 +29,7 @@ const clean = (array) => array.filter(notEmpty);
|
|||
const noParse = (a) => /\.spec\.js$/.test(a);
|
||||
|
||||
const options = {
|
||||
babelrc: false,
|
||||
plugins: [
|
||||
'module:babel-plugin-macros',
|
||||
],
|
||||
babelrc: true,
|
||||
};
|
||||
|
||||
const rules = clean([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue