1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:50:05 +08:00
SpaceVim/bundle/plantuml-previewer.vim/viewer/poi.config.js

12 lines
211 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
(poi) => {
const isBuild = poi.command === 'build'
if (isBuild) {
poi.options.sourceMap = false
poi.options.publicPath = './'
}
}
],
}