Replies: 1 comment
-
If you can find a way to make it smaller, that would be awesome. Once the app is built, it's actually very small, so I agree that it's frustrating that node_modules is so big. But if you don't change your dashboard often, you should be able to build once, and just serve up the dist directory with your own web server For reference, there are the sizes of production dependencies (about 5mb total), but each package has a bunch of unneccissary stuff like docs, tests, source that's also included when you npm install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The image is 700mb of node_modules. Does dashy need to rebuild when the config changes? If not, it should be possible to only include the build output in the image making it way smaller.
Beta Was this translation helpful? Give feedback.
All reactions