This commit is contained in:
10
library/build/vuePlugins/webpackBar/index.ts
Normal file
10
library/build/vuePlugins/webpackBar/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
const WebpackBar = require('webpackbar')
|
||||
const { version } = require('../../../../package.json')
|
||||
|
||||
module.exports = {
|
||||
createWebpackBar: () => [
|
||||
new WebpackBar({
|
||||
name: `Vue-` + `Admin` + `-Plus ${version}`,
|
||||
}),
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user