File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/nutui-taro-demo/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module.exports = {
21
21
defineConstants : { } ,
22
22
mini : { } ,
23
23
h5 : {
24
- publicPath : `/taro/react/${ process . env . VITE_APP_PROJECT_ID === 'jmapp' ? 'jdesign -3x' : '3x' } /demo${ hash && UI ? `-${ hash } ` : '' } ` ,
24
+ publicPath : `/taro/react/${ process . env . VITE_APP_PROJECT_ID === 'jmapp' ? 'jmapp -3x' : '3x' } /demo${ hash && UI ? `-${ hash } ` : '' } ` ,
25
25
/**
26
26
* WebpackChain 插件配置
27
27
* @docs https://github.com/neutrinojs/webpack-chain
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (projectID) {
17
17
export default defineConfig ( async ( ) : Promise < UserConfig > => {
18
18
return {
19
19
mode : 'production' ,
20
- base : `/h5/react/${ projectID === 'jmapp' ? 'jdesign -3x' : '3x' } ` ,
20
+ base : `/h5/react/${ projectID === 'jmapp' ? 'jmapp -3x' : '3x' } ` ,
21
21
resolve : {
22
22
alias : [
23
23
{
You can’t perform that action at this time.
0 commit comments