Skip to content

Resolve "Fix Compilation Error at Frontend Build"

Lucas Schons requested to merge 11-fix-compilation-error-at-frontend-build into master

Build failed da dieses optimize-css plugin in v4 nicht mit webpack v3.X.X harmoniert.
habe die version auf die höchstmögliche die mit webpack v3 funzt festgesetzt.
Zum validieren bitte erst npm install und dann npm run build ausführen.

  • set plugin 'optimize-css-assets-webpack-plugin' to v3.2.0 (latest version that is also working with webpack 3)
  • update dependencies
  • remove empty css rule form searchbar component

Closes #11 (closed)

Merge request reports