Skip to content

Commit

Permalink
ci(release): copy web folder instead of web/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Sep 5, 2022
1 parent 9f2626a commit 0c33675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ module.exports = {
'./config': './npwd.config',
},
remotes: {
layout: "layout@http://localhost:3000/remoteEntry.js"
layout: isIngame
? 'layout@https://cfx-nui-npwd/resources/html/remoteEntry.js'
: 'layout@http://localhost:3000/remoteEntry.js',
},
shared: {
...deps,
Expand Down

0 comments on commit 0c33675

Please sign in to comment.