Skip to content

Commit

Permalink
fix(webpack5): webpack5 暂不支持小程序开发者工具热更新,fix #11911
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Jun 15, 2022
1 parent 810e960 commit b843f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class MiniWebpackPlugin {
alias: config.alias || {},
constantsReplaceList: definePluginOptions,
/** building mode */
hot: config.hot || false,
hot: false,
prerender: config.prerender,
blended: config.blended,
isBuildNativeComp,
Expand Down

0 comments on commit b843f9d

Please sign in to comment.