@lark-apaas/fullstack-rspack-preset 1.0.27 → 1.0.29

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 +1 -0
  2. package/package.json +2 -2
package/lib/preset.js CHANGED
@@ -239,6 +239,7 @@ function createRecommendRspackConfig(options) {
239
239
  hot: true,
240
240
  liveReload: true,
241
241
  historyApiFallback: true,
242
+ compress: false,
242
243
  watchFiles: [{
243
244
  paths: [path_1.default.resolve(rootDir, 'client/src/api/**/*')],
244
245
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-rspack-preset",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "files": [
5
5
  "lib",
6
6
  "patches",
@@ -31,7 +31,7 @@
31
31
  "@babel/parser": "^7.28.0",
32
32
  "@babel/traverse": "^7.28.0",
33
33
  "@babel/types": "^7.28.2",
34
- "@lark-apaas/devtool-kits": "1.2.12-alpha.0",
34
+ "@lark-apaas/devtool-kits": "^1.2.13",
35
35
  "@lark-apaas/miaoda-inspector-babel-plugin": "^1.0.0",
36
36
  "@lark-apaas/miaoda-inspector-jsx-runtime": "^1.0.0",
37
37
  "@rspack/plugin-react-refresh": "^1.5.1",