mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-08 21:06:42 +10:00
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
13 lines
224 B
JavaScript
13 lines
224 B
JavaScript
module.exports = {
|
|
'env': {
|
|
'test': {
|
|
'presets': [
|
|
['@babel/preset-env', { 'targets': { 'node': 'current' }}]
|
|
],
|
|
'plugins': [
|
|
'@babel/plugin-syntax-dynamic-import'
|
|
]
|
|
}
|
|
}
|
|
}
|