mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 07:18:12 +08:00
11 lines
223 B
JavaScript
11 lines
223 B
JavaScript
module.exports = {
|
|
babelrc: false,
|
|
cacheDirectory: true,
|
|
presets: [
|
|
["modern-browsers", { loose: true, modules: false }],
|
|
"stage-0",
|
|
"react"
|
|
],
|
|
plugins: ["babel-plugin-transform-decorators-legacy"]
|
|
};
|