JSS
JSS
**Module version** 1.0.2 **Describe the bug** Production app throws `Cannot find module 'vuetify/lib/util/colors' in nuxt.config.js.` **To Reproduce** Specify the following in next.config.js for custom colors: ``` import colors from 'vuetify/es5/util/colors'...
The happy path works: ``` series.fixedWindowRollup({ window(duration('1h')), aggregation: {v_sum: ['v', sum()]} }) ``` However, the following does not work, and generates `TypeError: Cannot read property 'mid' of undefined`: ``` series.fixedWindowRollup({...
From the duration code, it seems that irregular rollups are not supported (or maybe I'm being a bit naive). The example shows: ``` * const p = duration({ * seconds:...