File tree Expand file tree Collapse file tree 4 files changed +898
-57
lines changed Expand file tree Collapse file tree 4 files changed +898
-57
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nutui/replace-icons" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " " ,
5
5
"keywords" : [
6
6
" Taro" ,
Original file line number Diff line number Diff line change
1
+ const projectID = process . env . VITE_APP_PROJECT_ID
2
+ const publicPath = `/taro/react/${ projectID === 'jmapp' ? 'jdesign' : '2x' } /demo`
3
+
1
4
module . exports = {
2
5
env : {
3
6
NODE_ENV : '"production"' ,
4
7
} ,
5
8
defineConstants : { } ,
6
9
mini : { } ,
7
10
h5 : {
8
- publicPath : '/taro/react/2x/demo' ,
11
+ publicPath,
9
12
/**
10
13
* WebpackChain 插件配置
11
14
* @docs https://github.com/neutrinojs/webpack-chain
Original file line number Diff line number Diff line change 45
45
"author" : " " ,
46
46
"dependencies" : {
47
47
"@babel/runtime" : " ^7.23.9" ,
48
- "@nutui/replace-icons" : " ^1.0.0 " ,
48
+ "@nutui/replace-icons" : " ^1.0.3 " ,
49
49
"@nutui/touch-emulator" : " ^1.0.0" ,
50
50
"@pmmmwh/react-refresh-webpack-plugin" : " 0.5.10" ,
51
51
"@tarojs/components" : " 3.6.22" ,
You can’t perform that action at this time.
0 commit comments