UNPKG
coinplayer
Version:
latest (1.0.0)
1.0.0
Zhihu Video Player
github.com/yuwenhui/griffith
yuwenhui/griffith
coinplayer
/
babel.config.js
9 lines
(8 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { babelrcRoots: [
'.'
,
'./packages/*'
], presets: [ [
'@babel/preset-env'
, {targets: {node:
'8.10'
}}], [
'@babel/preset-react'
], ], plugins: [
'@babel/plugin-proposal-class-properties'
], }