Skip to content

aminta/strapi-scss-sass-webpack

 
 

Repository files navigation

Strapi SCSS config

Test repo for Strapi SCSS webpack config

How to :

  1. generate plugin
    strapi generate:plugin testSCSS

Add custom Webpack Config

Doc:
https://strapi.io/documentation/developer-docs/latest/development/admin-customization.html#custom-webpack-config

Ref:
https://www.npmjs.com/package/strapi-plugin-webpage-builder?activeTab=readme

Install webpack Sass:

npm install [email protected] [email protected] --save-dev

Important! :

sass-loader latest version is 11.0.1 but very important to install version 10 becasuse strapi use webpack 4 and it incompatible with strapi

You can see installed webpack version:
npm list webpack

Insert Webpack Sass loader configuration:

Insert file as provided in this git :
admin/admin.config.js

Check Sass

source file:
plugins/test-scss/admin/src/components/boolView/index.js

insert new item to Tests collection and see result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • SCSS 2.3%
  • Shell 0.2%