@cloudbase/lowcode-builder 1.8.68 → 1.8.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,6 +136,7 @@ function generateMpConfig(ctx, weapps, options) {
136
136
  if (!projConfig.setting) {
137
137
  projConfig.setting = {};
138
138
  }
139
+ projConfig.setting.compileHotReLoad = false;
139
140
  projConfig.setting.bigPackageSizeSupport = true;
140
141
  projConfig.setting.packNpmManually = true;
141
142
  projConfig.setting.packNpmRelationList = [
@@ -120,7 +120,7 @@ function generateWxml(ctx, widgets, docTag, wxmlDataPrefix, usingComponents, com
120
120
  attributes: {
121
121
  ['wx:if']: '{{_expiredMessage}}',
122
122
  message: '{{_expiredMessage}}',
123
- type: 'info',
123
+ type: 'expired',
124
124
  },
125
125
  elements: [],
126
126
  _order: Infinity,