You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider using https://github.com/NMFR/optimize-css-assets-webpack-plugin to optimise our css output. This is especially important if we enable css-variables because otherwise there is a lot of duplication in the output css (because most widget css files import variables.css).
The main issue previously is that using this plugin breaks our sourcemaps. We need to find the correct / appropriate properties to get this working correctly.
We should consider using https://github.com/NMFR/optimize-css-assets-webpack-plugin to optimise our css output. This is especially important if we enable css-variables because otherwise there is a lot of duplication in the output css (because most widget css files import variables.css).
The main issue previously is that using this plugin breaks our sourcemaps. We need to find the correct / appropriate properties to get this working correctly.
Enables: #62
The text was updated successfully, but these errors were encountered: