build(#10336): staticify assets

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 18:18:11 +09:00
parent 65f20de821
commit ec8905f81c
5 changed files with 29 additions and 5 deletions

View File

@@ -7,9 +7,6 @@ import { commonHandlers, onUnhandledRequest } from './mocks';
import themes from './themes';
import '../src/style.scss';
// TODO: HMR が壊れているのを直す
import.meta.hot.invalidate();
const appInitialized = Symbol();
let moduleInitialized = false;