Skip to content

Commit 99306ff

Browse files
committed
chore: case build后丢失样式 #131
1 parent 83ee1a6 commit 99306ff

File tree

3 files changed

+366
-366
lines changed

3 files changed

+366
-366
lines changed

demo/taro-app/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -36,43 +36,43 @@
3636
],
3737
"author": "",
3838
"dependencies": {
39-
"@babel/runtime": "^7.20.1",
40-
"@tarojs/components": "3.5.7",
41-
"@tarojs/react": "3.5.7",
42-
"@tarojs/runtime": "3.5.7",
43-
"@tarojs/taro": "3.5.7",
39+
"@babel/runtime": "^7.20.6",
40+
"@tarojs/components": "3.5.8",
41+
"@tarojs/react": "3.5.8",
42+
"@tarojs/runtime": "3.5.8",
43+
"@tarojs/taro": "3.5.8",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
4646
"taro-hooks": "1.5.9"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.20.2",
50-
"@tarojs/cli": "3.5.7",
51-
"@tarojs/mini-runner": "3.5.7",
52-
"@tarojs/plugin-framework-react": "^3.5.7",
53-
"@tarojs/webpack-runner": "3.5.7",
54-
"@tarojs/webpack5-runner": "3.5.7",
55-
"@types/react": "^18.0.25",
49+
"@babel/core": "^7.20.5",
50+
"@tarojs/cli": "3.5.8",
51+
"@tarojs/mini-runner": "3.5.8",
52+
"@tarojs/plugin-framework-react": "^3.5.8",
53+
"@tarojs/webpack-runner": "3.5.8",
54+
"@tarojs/webpack5-runner": "3.5.8",
55+
"@types/react": "^18.0.26",
5656
"@types/webpack-env": "^1.18.0",
57-
"@typescript-eslint/eslint-plugin": "^5.44.0",
58-
"@typescript-eslint/parser": "^5.44.0",
57+
"@typescript-eslint/eslint-plugin": "^5.45.1",
58+
"@typescript-eslint/parser": "^5.45.1",
5959
"autoprefixer": "^10.4.13",
6060
"babel-plugin-import": "^1.13.3",
61-
"babel-preset-taro": "3.5.7",
61+
"babel-preset-taro": "3.5.8",
6262
"cross-env": "^7.0.3",
63-
"eslint": "^8.28.0",
64-
"eslint-config-taro": "3.5.7",
63+
"eslint": "^8.29.0",
64+
"eslint-config-taro": "3.5.8",
6565
"eslint-plugin-import": "^2.12.0",
6666
"eslint-plugin-react": "^7.31.11",
6767
"eslint-plugin-react-hooks": "^4.2.0",
6868
"postcss": "^8.4.19",
6969
"postcss-rem-to-responsive-pixel": "^5.1.3",
7070
"postcss-rpx-transform": "^1.0.1",
71-
"stylelint": "14.15.0",
71+
"stylelint": "14.16.0",
7272
"tailwind-css-variables-theme-generator": "^0.3.8",
7373
"tailwindcss": "^3.2.4",
7474
"tailwindcss-rem2px-preset": "^1.0.3",
75-
"typescript": "~4.9.3",
75+
"typescript": "~4.9.4",
7676
"weapp-ide-cli": "^1.0.0",
7777
"weapp-tailwindcss-children": "^0.1.0",
7878
"weapp-tailwindcss-webpack-plugin": "^1.12.6",

demo/taro-app/src/pages/index/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Index = () => {
1010
const className = replaceJs('bg-[#123456]')
1111
return (
1212
<>
13+
<View className='form-box py-[62px] px-[95px]'>py-[62px] px-[95px]</View>
1314
{/* @ts-ignore */}
1415
<View emptyImageClass='w-[404px] h-[337px] bg-[#fff]' btnClassName='text-[#66ffff]'></View>
1516
<EndClassCom emptyImageClass='text-[#564564]' btnClassName='text-[#66ffff]'></EndClassCom>

0 commit comments

Comments
 (0)