UNPKG
line-api-cli
Version:
latest (1.3.8)
1.3.8
1.3.7
1.3.6
1.3.5
1.3.3
1.3.2
LINE API CLIs for Node.js
github.com/micksatana/line-api-cli-nodejs
micksatana/line-api-cli-nodejs
line-api-cli
/
babel.config.js
22 lines
(21 loc)
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module
.
exports
= { plugins: [
'@babel/plugin-proposal-class-properties'
], presets: [ [
'@babel/preset-env'
, { targets: { node:
'8'
} } ] ], ignore: [
'node_modules'
,
'bin'
,
'doc'
,
'man'
,
'babel.config.js'
,
'coverage'
] };