Skip to content

Commit

Permalink
更改注释位置
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Nov 14, 2018
1 parent df6317b commit c285079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module.exports = {
entry
.add('babel-polyfill')
.end()
// 判断环境加入模拟数据
if (process.env.VUE_APP_BUILD_MODE !== 'nomock') {
// 加入模拟数据
entry
.add('@/mock')
.end()
Expand Down

0 comments on commit c285079

Please sign in to comment.