intoli / antd-scss-theme-plugin

A Webpack plugin for customizing Ant Design with an SCSS theme file and using Ant Design's compiled variables in SCSS files throughout your project.
https://intoli.com/blog/antd-scss-theme-plugin/
Other
202 stars 80 forks source link

support sass-loader version 8 #64

Open mehdiraized opened 4 years ago

mehdiraized commented 4 years ago

plz update sass loader

nodeworks commented 4 years ago

I created a fork of this and provided a package on npm of this fork to support sass-loader v8:

@nodeworks/antd-scss-theme-plugin

mehdiraized commented 4 years ago

Tnx man. plz change

import AntdScssThemePlugin from 'antd-scss-theme-plugin';

to

import AntdScssThemePlugin from '@nodeworks/antd-scss-theme-plugin';

in your repository

nirvdrum commented 4 years ago

I find trying to pick dependency versions that satisfies everyone's dependency graph is hard. But, I'll note that CRA 3.3.0 now requires sass-loader 8.

sangaline commented 4 years ago

@nodeworks Would you be interested in becoming a maintainer for this project instead of maintaining a fork?

nodeworks commented 4 years ago

@sangaline yes i can definitely help out there if needed. let me know where i can help!

mehdiraized commented 4 years ago

I created a fork of this and provided a package on npm of this fork to support sass-loader v8:

@nodeworks/antd-scss-theme-plugin

plz update your package for support less-loader v6

denistex commented 4 years ago

@mehdiraized check out this fork:

https://github.com/atb-tech/antd-scss-theme-plugin

It supports both sass-loader v8 and less-loader v6.

mehdiraized commented 4 years ago

@mehdiraized check out this fork:

https://github.com/atb-tech/antd-scss-theme-plugin

It supports both sass-loader v8 and less-loader v6.

not supported