@lark-apaas/fullstack-rspack-preset 1.0.0 → 1.0.1-alpha.0

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.
Files changed (2) hide show
  1. package/lib/preset.js +2 -1
  2. package/package.json +1 -1
package/lib/preset.js CHANGED
@@ -148,7 +148,8 @@ function createRecommendRspackConfig(options) {
148
148
  filename: 'index.html',
149
149
  templateParameters: {
150
150
  publicPath,
151
- }
151
+ },
152
+ minify: false,
152
153
  }),
153
154
  // 性能监控插件
154
155
  new slardar_performance_monitor_plugin_1.default(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-rspack-preset",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-alpha.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "preset.config.js"