mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
module.exports = {
|
|
'env': {
|
|
'test': {
|
|
'presets': [
|
|
['@babel/preset-env', { 'targets': { 'node': 'current' }}]
|
|
]
|
|
}
|
|
}
|
|
}
|