mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
module.exports = {
|
|
babelrc: false,
|
|
cacheDirectory: true,
|
|
presets: [
|
|
[ 'es2015', { loose: true, modules: false } ],
|
|
'stage-0',
|
|
'react'
|
|
],
|
|
plugins: [ 'react-hot-loader/babel' ]
|
|
};
|