All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.8.0 (2022-01-09)
- add nextjs.localIdentNameFollowDev config (2bfcad8)
1.7.0 (2021-12-23)
- compatibility CRA v5.0 (6e8574c)
1.6.0 (2021-12-10)
- for Unify getLocalIdent (Next.js / CRA) (615e95d)
1.5.2 (2021-11-01)
- remove the optional chain, for compatible deployment to vercel (e8b31f4)
1.5.1 (2021-11-01)
1.5.0 (2021-11-01)
- compatible with custom getLocalIdent in Next.js 12 (a20649e)
1.4.4 (2021-10-19)
- upgrade Less to 4.1.2 thanks @nring
1.4.3 (2021-09-16)
1.4.2 (2021-08-23)
- remove background-image, compatible CRA and Next.js (另外还有写在注释里的碎碎念) (60c10de)
1.4.1 (2021-08-23)
- downgrading less-loader to ^7, support CRA (^10 minimun wp5) (2d65318)
1.4.0 (2021-08-22)
- add echoIsServerInfo() Fn for Debug (9daff7c)
- next-image-loader supported *.less (1860ea2), closes #59 #39
- support *.svg with babel-plugin-inline-react-svg (daec84b), closes #72
- update less-loader to v10 (9e495ae)
1.3.0 (2021-06-16)
- clear code (a5347ff)
1.2.2 (2021-06-03)
- support serverless mode (d187df8)
1.2.1 (2021-05-15)
1.2.0 (2021-05-09)
- format code by prettier config (e300a14)
1.1.4 (2021-04-29)
- Make lessVarsFilePathAppendToEndOfContent not to include twice (138e0c3)
1.1.3 (2021-04-28)
1.1.2 (2021-04-25)
- downgrade less-loader version to ^7.0 (TypeError: this.getOptions is not a function) (84df302), closes #30
1.1.1 (2021-04-25)
1.1.0 (2021-04-25)
- update less-loader to 8.0 (a48cb89)
1.0.10 (2021-04-25)
- clear console.log (68d267e)
1.0.9 (2021-04-25)
- cannot set property '.less' of undefined (42ba69a)
- cannot set property '.less' of undefined (8b178ac)
- fixed pluginOptions.modifyVars to be optional (5e941f0), closes #42
1.0.8 (2021-04-09)
- close debug console.log (3b034e5)
1.0.7 (2021-04-09)
- fixed config localIdentName (82fd24e)
1.0.6 (2021-04-07)
- fixed not options lessVarsFilePath has error (686327c)
1.0.5 (2021-04-05)
- remove all optional chaining, compatibility vercel deploy (9c6886c)
1.0.4 (2021-04-05)
- fixed nest.js style lose (92fa666)
1.0.3 (2021-04-05)
- fixed localIdentName (2f4159e)
1.0.2 (2021-04-04)
- remove deps less-vars-to-js (c605968)
1.0.1 (2021-04-04)
1.0.0 (2021-04-04)
- supports both Next.js and CRA-Co (418ec5c)
- add Compatibility (62d1a03)
0.3.0 (2021-02-07)
0.2.2 (2021-02-02)
- config.module.rules
INDEX
compatible w/ webpack 4 and 5 (d73be86) - use RULES_INDEX, more clearly code comment (bae11d5)
0.2.1 (2021-02-02)
- update deps [email protected] (5de28ae)
0.2.0 (2021-02-01)
0.1.4 (2021-01-26)
0.1.3 (2020-11-25)
- keep css modules
auto
(c4a129b)
0.1.2 (2020-11-25)
- nextconfig cssLoaderOptions follow https://github.com/webpack-contrib/css-loader (d6c2bf6)
0.1.1 (2020-11-25)
0.1.0 (2020-11-25)
- compatible next.js 10 (b10ad4f)
0.0.6 (2020-08-27)
0.0.5 (2020-08-27)
- unintended overwriting of sass module rule (deffefe)
0.0.4 (2020-08-05)
- use
clone
instend oflodash.clone
(e6443fa)
0.0.3 (2020-08-05)
- handle less file with antd (5bdf1c3)