mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
10 lines
233 B
JavaScript
10 lines
233 B
JavaScript
module.exports = {
|
|
babelrc: false,
|
|
cacheDirectory: true,
|
|
presets: [["env", { loose: true, modules: false }], "stage-0", "react"],
|
|
plugins: [
|
|
"react-hot-loader/babel",
|
|
"babel-plugin-transform-decorators-legacy"
|
|
]
|
|
};
|