mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 06:28:11 +08:00
10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
module.exports = {
|
|
babelrc: false,
|
|
presets: [
|
|
'babel-preset-es2015',
|
|
'babel-preset-stage-0',
|
|
'babel-preset-react'
|
|
],
|
|
plugins: [ 'istanbul' ]
|
|
};
|