UNPKG

unplugin-info

Version:

Export build information as virutal module

16 lines (12 loc) 318 B
'use strict'; const index = require('./index.cjs'); require('node:fs'); require('node:path'); require('node:process'); require('ci-info'); require('git-repo-info'); require('unplugin'); require('parse-github-url'); require('remote-origin-url'); const webpack = index.UnpluginInfo.webpack; module.exports = webpack;