Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74b6bb8

Browse files
committed
fix chore
1 parentec7c585 commit74b6bb8

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
constpath=require('path')
4-
const{default:settings}=require('./src/settings.js')
5-
const{ name}=settings
64

75
functionresolve(dir){
86
returnpath.join(__dirname,dir)
97
}
108

9+
constname='vue-element-admin'
1110
constport=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
constbodyParser=require('body-parser')
4646

4747
// parse app.body

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp