Skip to content

Commit c538636

Browse files
committed
update asset loader
1 parent 9a02047 commit c538636

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/litecanvas.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/copy-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const utils = await readFile(
1515
await appendFile(engineFile, "\n\n" + utils);
1616

1717
const pluginAssetLoader = await readFile(
18-
root + "/node_modules/@litecanvas/plugin-asset-loader/dist/dist.js",
18+
root + "/node_modules/@litecanvas/plugin-asset-loader/dist/dist.min.js",
1919
{ encoding: "utf8" }
2020
);
2121

0 commit comments

Comments
 (0)