diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-21 16:13:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-21 16:13:58 +0900 |
| commit | a46f583437e9b66ebec6fa22e27567a71b17b497 (patch) | |
| tree | f375449ee38de9701637fbe77c79111da9f76307 /frontend/build.mjs | |
| parent | 877c19ecbb2425d756f3cbafb1cf52f69279e92d (diff) | |
| download | phperkaigi-2025-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.gz phperkaigi-2025-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.zst phperkaigi-2025-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.zip | |
react router
Diffstat (limited to 'frontend/build.mjs')
| -rw-r--r-- | frontend/build.mjs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/frontend/build.mjs b/frontend/build.mjs deleted file mode 100644 index d48c546..0000000 --- a/frontend/build.mjs +++ /dev/null @@ -1,13 +0,0 @@ -import esbuild from 'esbuild'; - -await esbuild.build({ - entryPoints: ['src/game.jsx', 'src/watch.jsx'], - outdir: 'dist/js', - bundle: true, - // minify: true, - minify: false, - sourcemap: true, - platform: 'browser', - format: 'esm', - jsx: 'automatic', -}); |
