doc: added building/troubleshooting
Massimo Melina committed
May 30, 2024 at 00:33 UTC
6aca0e46476b89809394ba73d199cbdcd4351a16
1 file changed
+6
-1
dev.md
+6
-1
@@ -8,7 +8,12 @@ This file is mostly aimed to developers.
8
9
At this stage you have a javascript output. For binary files you'll also have to `npm run dist-bin`.
10
11
-You could instead run *dist* to run both *build-all* & *dist-bin*.
11
+You could instead run *dist* to run both *build-all* & *dist-bin*.
12
+
13
+## Troubleshooting
14
+
15
+- If you get error "Rollup failed to resolve import "@mui/icons-material/..."
16
+ - edit `admin/src/vite.config.ts` and remove the `vitePluginImport` part
17
18
# Dev environment
19