Skip to content

Commit 74b6bb8

Browse files
committed
fix chore
1 parent ec7c585 commit 74b6bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vue.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
'use strict'
2-
require('@babel/register')
2+
33
const path = require('path')
4-
const { default: settings } = require('./src/settings.js')
5-
const { name } = settings
64

75
function resolve(dir) {
86
return path.join(__dirname, dir)
97
}
108

9+
const name = 'vue-element-admin'
1110
const port = 9527 // dev port
1211

1312
// Explanation of each configuration item You can find it in https://cli.vuejs.org/config/
@@ -42,6 +41,7 @@ module.exports = {
4241
}
4342
},
4443
after(app) {
44+
require('@babel/register')
4545
const bodyParser = require('body-parser')
4646

4747
// parse app.body

0 commit comments

Comments
 (0)