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