mirror of
https://github.com/bjornharrtell/jsts.git
synced 2026-02-01 14:36:46 +00:00
.babelrc to babel.config.js and Node 10 target
This commit is contained in:
parent
419609d750
commit
20c2c8873d
9
.babelrc
9
.babelrc
@ -1,9 +0,0 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/env", {
|
||||
"targets": {
|
||||
"node": ["8"]
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
9
babel.config.js
Normal file
9
babel.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
['@babel/env', {
|
||||
targets: {
|
||||
node: ['10']
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user