Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise our CSS output #63

Closed
tomdye opened this issue Feb 26, 2018 · 0 comments
Closed

Optimise our CSS output #63

tomdye opened this issue Feb 26, 2018 · 0 comments

Comments

@tomdye
Copy link
Member

tomdye commented Feb 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant