xhs-mp-pack 2.0.21 → 2.0.22

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/dist/MPPack.js +0 -1
  2. package/package.json +4 -4
package/dist/MPPack.js CHANGED
@@ -63,7 +63,6 @@ const watchOptions = {
63
63
  poll: false,
64
64
  ignored: exports.watchIgnored
65
65
  };
66
- console.log(1111, 'watchOptions', watchOptions);
67
66
  const { BUILD_REASON } = const_1.default;
68
67
  class AbstractMPPack extends events_1.EventEmitter {
69
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xhs-mp-pack",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "xhs mp compiler core.",
5
5
  "preferGlobal": true,
6
6
  "category": "esm",
@@ -55,9 +55,9 @@
55
55
  "watchpack": "^2.4.0",
56
56
  "webpack-chain": "^6.5.1",
57
57
  "webpack-sources": "^3.2.3",
58
- "xhs-mp-compiler-utils": "2.0.21",
59
- "xhs-mp-project": "2.0.21",
60
- "xhs-mp-shared-fs": "2.0.21"
58
+ "xhs-mp-compiler-utils": "2.0.22",
59
+ "xhs-mp-project": "2.0.22",
60
+ "xhs-mp-shared-fs": "2.0.22"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/babel__generator": "7.6.3",