lke-component 1.0.138 → 1.0.164
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lke-component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.164",
|
|
4
4
|
"main": "dist/lke-component.umd.js",
|
|
5
5
|
"module": "dist/lke-component.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"./css": "./lib/react/msg.min.css"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "vue-cli-service build --target lib --name lke-component src/index.js",
|
|
19
|
+
"build": "vue-cli-service build --target lib --name lke-component src/index.js && cp dist/lke-component.common.js dist/lke-component.esm.js",
|
|
20
20
|
"build:react": "cross-env NODE_ENV=production webpack --config webpack.react.js",
|
|
21
21
|
"build:vue3": "vite build --mode production",
|
|
22
22
|
"watch": "SERVER_ENV=local nodemon --ignore lib/ --ignore node_modules/ --watch src/ -C -e js,vue,less --debug -x npm run yalc-push",
|