Skip to content

Commit

Permalink
chore: jdesign 主题 (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud authored Nov 7, 2024
1 parent 7f87c66 commit 4e206b8
Show file tree
Hide file tree
Showing 4 changed files with 898 additions and 57 deletions.
2 changes: 1 addition & 1 deletion packages/nutui-replace-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/replace-icons",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"keywords": [
"Taro",
Expand Down
5 changes: 4 additions & 1 deletion packages/nutui-taro-demo/config/prod.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
const projectID = process.env.VITE_APP_PROJECT_ID
const publicPath = `/taro/react/${projectID === 'jmapp' ? 'jdesign' : '2x'}/demo`

module.exports = {
env: {
NODE_ENV: '"production"',
},
defineConstants: {},
mini: {},
h5: {
publicPath: '/taro/react/2x/demo',
publicPath,
/**
* WebpackChain 插件配置
* @docs https://github.com/neutrinojs/webpack-chain
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@nutui/replace-icons": "^1.0.0",
"@nutui/replace-icons": "^1.0.3",
"@nutui/touch-emulator": "^1.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@tarojs/components": "3.6.22",
Expand Down
Loading

0 comments on commit 4e206b8

Please sign in to comment.