Skip to content

Commit

Permalink
feat(front): 构建注入设置修改
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 9944
  • Loading branch information
hyunfa authored and wyyalt committed Jun 17, 2024
1 parent 4bdf14e commit 4fd203b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ const prodConf = merge(baseConf, {
}),
new HtmlWebpackPlugin({
filename: 'login_success.html',
template: resolve(__dirname, '../login_success.html')
template: resolve(__dirname, '../login_success.html'),
inject: false,
}),

new MiniCssExtractPlugin({
Expand Down

0 comments on commit 4fd203b

Please sign in to comment.