mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 01:08:11 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
babelrc: false,
|
||||
cacheDirectory: true,
|
||||
presets: [
|
||||
[ 'es2015', { loose: true, modules: false } ],
|
||||
'stage-0',
|
||||
'react'
|
||||
],
|
||||
plugins: [ 'react-hot-loader/babel' ]
|
||||
};
|
||||
Reference in New Issue
Block a user