@xcon-viewer/vite-plugin
v0.2.1
Published
Vite plugin for importing XCON documents as source, document, and rendered HTML.
Maintainers
Readme
@xcon-viewer/vite-plugin
Imports XCON documents as source, normalized document, and rendered HTML.
import xcon from '@xcon-viewer/vite-plugin';
export default {
plugins: [xcon()]
};