Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

waltercompanies/slim-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SLIM Webpack loader

SLM/SLIM loader for Webpack. Compatible with Webpack 4+

Installation

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! ✨

Credits

Inspired & fork by slm-loader: https://github.com/wealthbar/slm-loader

Releases

No releases published

Packages

No packages published