summaryrefslogtreecommitdiff
path: root/scripts/build-pre.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* migrate build scripts to esmodules (#17071)anatawa122026-01-061-27/+0
| | | | | * chore: migrate build scripts to esmodules * chore: do not use export default in build script
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* (dev-mode) devモードの改善 (#12639)おさむのひと2023-12-141-3/+20
| | | | | | | | | | | | | * fix dev-mode * fix dev-mode * fix dev-mode * fix dev-mode --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-201-0/+5
* enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>