fruchtfolge / client

Crop planning optimisation with usability in mind
https://fruchtfolge.agp.uni-bonn.de/
11 stars 1 forks source link

- fix bug leading to css not being loaded #38

Closed chrispahm closed 4 years ago

chrispahm commented 4 years ago

For some reason, adding sideEffects: false (used to indicate that imports have no side effects -> reduces bundle sizes in modern builds) removed all CSS from the production build. Seems like a Nuxt/Webpack bug

Fixed by setting sideEffects: true for now