@tarojs/webpack5-runner 4.0.0-alpha.13 → 4.0.0-alpha.15

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 (1) hide show
  1. package/package.json +16 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/webpack5-runner",
3
- "version": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.15",
4
4
  "description": "Taro app runner",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -62,14 +62,14 @@
62
62
  "webpack-format-messages": "^3.0.1",
63
63
  "webpackbar": "^5.0.2",
64
64
  "webpack-virtual-modules": "^0.6.1",
65
- "@tarojs/helper": "4.0.0-alpha.13",
66
- "@tarojs/runner-utils": "4.0.0-alpha.13",
67
- "@tarojs/shared": "4.0.0-alpha.13",
68
- "@tarojs/taro-loader": "4.0.0-alpha.13",
69
- "postcss-html-transform": "4.0.0-alpha.13",
70
- "postcss-plugin-constparse": "4.0.0-alpha.13",
71
- "@tarojs/webpack5-prebundle": "4.0.0-alpha.13",
72
- "postcss-pxtransform": "4.0.0-alpha.13"
65
+ "@tarojs/helper": "4.0.0-alpha.15",
66
+ "@tarojs/taro-loader": "4.0.0-alpha.15",
67
+ "@tarojs/webpack5-prebundle": "4.0.0-alpha.15",
68
+ "@tarojs/shared": "4.0.0-alpha.15",
69
+ "postcss-html-transform": "4.0.0-alpha.15",
70
+ "postcss-plugin-constparse": "4.0.0-alpha.15",
71
+ "@tarojs/runner-utils": "4.0.0-alpha.15",
72
+ "postcss-pxtransform": "4.0.0-alpha.15"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@babel/core": "^7.24.4",
@@ -80,8 +80,8 @@
80
80
  "stylus": "^0.63.0",
81
81
  "jest-transform-css": "^6.0.1",
82
82
  "webpack": "5.91.0",
83
- "@tarojs/runtime": "4.0.0-alpha.13",
84
- "@tarojs/taro": "4.0.0-alpha.13"
83
+ "@tarojs/taro": "4.0.0-alpha.15",
84
+ "@tarojs/runtime": "4.0.0-alpha.15"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@babel/core": "^7.12.0",
@@ -90,7 +90,7 @@
90
90
  "sass": "^1.3.0",
91
91
  "stylus": ">=0.52.4",
92
92
  "webpack": "5.91.0",
93
- "@tarojs/runtime": "4.0.0-alpha.13"
93
+ "@tarojs/runtime": "4.0.0-alpha.15"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "less": {
@@ -104,8 +104,10 @@
104
104
  }
105
105
  },
106
106
  "scripts": {
107
- "prod": "tsc && pnpm run mv:comp",
108
- "build": "pnpm run clean && pnpm run prod",
107
+ "prod": "pnpm run build",
108
+ "prebuild": "pnpm run clean",
109
+ "build": "tsc",
110
+ "postbuild": "pnpm run mv:comp",
109
111
  "dev": "pnpm run mv:comp && tsc -w",
110
112
  "mv:comp": "node ./mv-comp.js",
111
113
  "clean": "rimraf --impl=move-remove dist"