Skip to content

WIP: compile scss with webpack

Simon Knox requested to merge 29346-sass-webpack into master

What does this MR do?

Build styles with webpack

Currently works enough for me to get sourcemaps and most styles work, needs a bunch more polish and remaining things

TODO

  • some sprocket requires in main.scss (requires images in url-loader)
  • replace image-url with url (requires images in url-loader)
  • autoprefixer?
  • mail stylesheets
  • bring back print.css
  • mysterious charset error in css - https://github.com/webpack-contrib/css-loader/issues/355
  • confirm prod build for url resolving of assets
  • loader/use for css loader config

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29346 (moved)

Merge request reports