Skip to content

Commit

Permalink
Update ccbuild to 2.2.3 and some minor fixes (cocos#16698)
Browse files Browse the repository at this point in the history
* Update ccbuild to 2.2.3 and some minor fixes

* Update package-lock.json
  • Loading branch information
dumganhar authored Jan 23, 2024
1 parent 712a9be commit 4db8687
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@cocos/box2d": "1.0.1",
"@cocos/cannon": "1.2.8",
"@cocos/ccbuild": "2.2.1",
"@cocos/ccbuild": "2.2.3",
"@cocos/dragonbones-js": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion scripts/build-const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { StatsQuery } = require('@cocos/build-engine');
const { StatsQuery } = require('@cocos/ccbuild');
const { join } = require('path');
const { outputFileSync } = require('fs-extra');
const { magenta, green } = require('chalk');
Expand Down
2 changes: 1 addition & 1 deletion templates/web-desktop/index-plugin.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<script src="<%= importMapFile%>" type="systemjs-importmap" charset="utf-8"> </script>

<script>
System.import('./<%= indexJsName %>').catch(function(err) { console.error(err); })
System.import('<%= indexJsName %>').catch(function(err) { console.error(err); })
</script>

0 comments on commit 4db8687

Please sign in to comment.