mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 21:47:59 +01:00
Ignore higher .babelrc file in example
This commit is contained in:
parent
8d8be75dd6
commit
9b979acbd0
@ -11,7 +11,8 @@ const babelLoader = {
|
|||||||
'loose': true
|
'loose': true
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
plugins: [require('babel-plugin-transform-object-rest-spread')]
|
plugins: [require('babel-plugin-transform-object-rest-spread')],
|
||||||
|
babelrc: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user