SLM/SLIM loader for Webpack. Compatible with Webpack 4+
Add the NPM package to your project:
npm install git+ssh://[email protected]/waltercompanies/slim-loader.git --save
And then, add to rules section in your Webpack config:
{
test: /\.slim$/,
use: {
loader: 'slim-loader'
}
}
Done! ✨
Inspired & fork by slm-loader
: https://github.com/wealthbar/slm-loader