@ray-js/builder-web 1.4.61-beta.0 → 1.4.61-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/lib/build.js CHANGED
@@ -61,8 +61,8 @@ function hash(path) {
61
61
  colors_1.default.enable();
62
62
  const LOG_PREFIX = 'builder-web';
63
63
  function build(options, context) {
64
- var _a, _b, _c;
65
64
  return __awaiter(this, void 0, void 0, function* () {
65
+ var _a, _b, _c;
66
66
  const { api } = context;
67
67
  const compileOptions = Object.assign({
68
68
  cwd: process.cwd(),
@@ -37,7 +37,7 @@ function processCss(config) {
37
37
  },
38
38
  }),
39
39
  (0, postcss_units_transform_1.default)({
40
- divisor: 100,
40
+ divisor: 100, // 表示 28rxp = 0.28rem
41
41
  multiple: 1,
42
42
  decimalPlaces: 2,
43
43
  comment: 'no',
@@ -37,7 +37,7 @@ function processLess(config) {
37
37
  },
38
38
  }),
39
39
  (0, postcss_units_transform_1.default)({
40
- divisor: 100,
40
+ divisor: 100, // 表示 28rxp = 0.28rem
41
41
  multiple: 1,
42
42
  decimalPlaces: 2,
43
43
  comment: 'no',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-web",
3
- "version": "1.4.61-beta.0",
3
+ "version": "1.4.61-beta.1",
4
4
  "description": "Ray builder for web",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,9 +24,9 @@
24
24
  "watch": "tsc -p ./tsconfig.build.json --watch"
25
25
  },
26
26
  "dependencies": {
27
- "@ray-js/babel-preset-standard": "^1.4.61-beta.0",
28
- "@ray-js/shared": "^1.4.61-beta.0",
29
- "@ray-js/types": "^1.4.61-beta.0",
27
+ "@ray-js/babel-preset-standard": "^1.4.61-beta.1",
28
+ "@ray-js/shared": "^1.4.61-beta.1",
29
+ "@ray-js/types": "^1.4.61-beta.1",
30
30
  "address": "^1.2.2",
31
31
  "autoprefixer": "^9.8.8",
32
32
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -34,7 +34,7 @@
34
34
  "copy-webpack-plugin": "^11.0.0",
35
35
  "css-loader": "^5.2.7",
36
36
  "detect-port": "^1.5.1",
37
- "ejs": "^3.1.9",
37
+ "ejs": "^3.1.10",
38
38
  "fs-extra": "^10.1.0",
39
39
  "html-webpack-plugin": "^5.6.0",
40
40
  "inquirer": "^8.2.6",
@@ -46,18 +46,18 @@
46
46
  "slash": "^3.0.0",
47
47
  "style-loader": "^2.0.0",
48
48
  "webpack": "^5.91.0",
49
- "webpack-bundle-analyzer": "^4.10.1",
49
+ "webpack-bundle-analyzer": "^4.10.2",
50
50
  "webpack-chain": "^6.5.1",
51
51
  "webpack-dev-server": "^3.11.3",
52
52
  "webpackbar": "^5.0.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.11.30",
56
- "typescript": "^4.9.5"
56
+ "typescript": "^5.4.5"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public",
60
60
  "registry": "https://registry.npmjs.org"
61
61
  },
62
- "gitHead": "047685b969e54c1956e78d6a484a81ab67a547f9"
62
+ "gitHead": "c1a776cd98053e3a5ea2ac058b96fbc35f6562b5"
63
63
  }