UNPKG
ogp-parser
Version:
beta (0.6.0-rc.0)
latest (0.8.1)
0.8.1
0.8.0
0.7.1
0.6.0
0.6.0-rc.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.0.1
This Package is Open Graph Parser.
github.com/ukyoda/ogpParser
ukyoda/ogpParser
ogp-parser
/
babel.config.js
7 lines
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
// babel.config.js
module
.
exports
= { presets: [ [
'@babel/preset-env'
, {targets: {node:
'current'
}}],
'@babel/preset-typescript'
, ], };