Skip to content

Commit

Permalink
adjust build lobby for angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoSchw committed Oct 3, 2024
1 parent 7b6f451 commit e2796cc
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 933 deletions.
6 changes: 3 additions & 3 deletions build-lobby.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const concat = require("concat");

const build = async () => {
const files = [
"./dist/lobby/runtime.js",
"./dist/lobby/polyfills.js",
//"./dist/lobby/runtime.js",
"./dist/lobby/browser/polyfills.js",
//"./dist/lobby/styles.js",
//"./dist/lobby/vendor.js",
"./dist/lobby/main.js",
"./dist/lobby/browser/main.js",
];

await fs.ensureDir("dist/lobby");
Expand Down
Loading

0 comments on commit e2796cc

Please sign in to comment.