I'm currently developing a client-side application with Webpack and facing challenges when trying to incorporate the materialize-css package. Using Henrik Joreteg's hjs-webpack package, I was able to include the yeticss npm package by importing it in a sass file (e.g. @import 'yeticss'
). However, this method does not seem to work for materialize. Attempting to require materialize directly in the code (e.g. import 'materialize-css'
in a JS file) similar to other packages has also been unsuccessful.