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