xhs-mp-pack 1.9.1 → 1.9.3

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.
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const CONSTANTS = {
4
- PROD_BROWSERSLIST: ['ios_saf >= 12', 'chrome >= 83'],
4
+ PROD_BROWSERSLIST: ['ios_saf >= 10', 'chrome >= 83'],
5
5
  DEV_BROWSERSLIST: ['last 2 chrome version'],
6
6
  DEV_TARGETS: {
7
7
  chrome: '90',
8
8
  },
9
9
  PROD_TARGETS: {
10
10
  chrome: '83',
11
- ios: '12',
11
+ ios: '10',
12
12
  },
13
13
  ENTRY_CSS_NAME: 'app',
14
14
  FULL_PKG: 'xhs-full',
@@ -11,7 +11,7 @@ class BuildInfoPlugin {
11
11
  // console.log(`Building module: ${module.resource}`)
12
12
  this.handler({
13
13
  type: 'build-module',
14
- resource: module.resource
14
+ message: module.resource
15
15
  });
16
16
  });
17
17
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xhs-mp-pack",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
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": "1.9.1",
59
- "xhs-mp-project": "1.9.1",
60
- "xhs-mp-shared-fs": "1.4.1"
58
+ "xhs-mp-compiler-utils": "1.9.3",
59
+ "xhs-mp-project": "1.9.3",
60
+ "xhs-mp-shared-fs": "1.4.3"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/babel__generator": "7.6.3",