diff options
author | dan <dan.abramov@gmail.com> | 2024-11-17 17:26:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 17:26:45 +0000 |
commit | dd9a2f60ddee978b82d1310b0eaf1ba595b0b2aa (patch) | |
tree | 92337e55a3bd0b667c3f76b9bcec0e2a4091db5c /package.json | |
parent | 474c4eff29b6a2454a20febf78a1edd5cf58663a (diff) | |
download | voidsky-dd9a2f60ddee978b82d1310b0eaf1ba595b0b2aa.tar.zst |
Fix build (#6459)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 3f26d7234..79b6010e0 100644 --- a/package.json +++ b/package.json @@ -254,6 +254,7 @@ "eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517", "eslint-plugin-react-native-a11y": "^3.3.0", "eslint-plugin-simple-import-sort": "^12.0.0", + "file-loader": "6.2.0", "html-webpack-plugin": "^5.5.0", "husky": "^8.0.3", "is-ci": "^3.0.1", |