Skip to content

Commit

Permalink
Merge pull request #1258 from luofann/debug_mobile_page
Browse files Browse the repository at this point in the history
debug: 移动页面白屏调试
  • Loading branch information
luofann authored Jan 11, 2024
2 parents 7c4596a + 2e7fc81 commit 368c81a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/weixin/builds/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ module.exports = {
plugins: [
new CaseSensitivePathsPlugin(),
new VueLoaderPlugin(),
new WebpackBar()
new WebpackBar(),
new webpack.DefinePlugin({
__VUE_PROD_DEVTOOLS__: JSON.stringify(false)
})
]
}
}

0 comments on commit 368c81a

Please sign in to comment.