mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
13 lines
154 B
JavaScript
13 lines
154 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
[
|
||
|
'@babel/preset-env',
|
||
|
{
|
||
|
targets: {
|
||
|
node: 'current',
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
],
|
||
|
};
|