example of babel.config.js
This commit is contained in:
parent
2301092cd0
commit
ece0d62864
16
babel.config.js
Normal file
16
babel.config.js
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
const presets = [
|
||||||
|
[
|
||||||
|
"@babel/env",
|
||||||
|
{
|
||||||
|
targets: {
|
||||||
|
edge: "17",
|
||||||
|
firefox: "60",
|
||||||
|
chrome: "67",
|
||||||
|
safari: "11.1"
|
||||||
|
},
|
||||||
|
useBuiltIns: "usage"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
];
|
||||||
|
|
||||||
|
module.exports = { presets };
|
Loading…
x
Reference in New Issue
Block a user