@cloudcare/rum-uniapp 2.1.22 → 2.1.23
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.
- package/cjs/boot/buildEnv.js +1 -1
- package/esm/boot/buildEnv.js +1 -1
- package/package.json +2 -2
- package/cjs/main.js +0 -10
- package/esm/main.js +0 -4
package/cjs/boot/buildEnv.js
CHANGED
package/esm/boot/buildEnv.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcare/rum-uniapp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.23",
|
|
4
4
|
"main": "cjs/index.js",
|
|
5
5
|
"module": "esm/index.js",
|
|
6
6
|
"miniprogram": "cjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
21
21
|
"build": "run-p build:cjs build:esm build:wx",
|
|
22
22
|
"build:watch": "webpack --watch --config ./webpack.config.js --mode=development",
|
|
23
|
-
"build:wx": "rm -rf
|
|
23
|
+
"build:wx": "rm -rf build && webpack --config webpack.config.js --mode=production && npm run replace-build-env build",
|
|
24
24
|
"build:cjs": "rm -rf cjs && babel --config-file ./babel.cjs.json --out-dir cjs ./src && npm run replace-build-env cjs",
|
|
25
25
|
"build:esm": "rm -rf esm && babel --config-file ./babel.esm.json --out-dir esm ./src && npm run replace-build-env esm",
|
|
26
26
|
"publish:npm": "npm run build && node ./scripts/publish-oss.js && npm publish --access=public",
|
package/cjs/main.js
DELETED
package/esm/main.js
DELETED