Release v0.2.0 #5

Merged
ksv741 merged 13 commits from krylov into main 2024-04-04 06:13:56 +03:00
Showing only changes of commit 506c929141 - Show all commits

View File

@ -40,6 +40,7 @@ const getCssLoader = (options: WebpackOptions): webpack.RuleSetRule => {
sourceMap: isDev,
...cssLoader,
modules: {
auto: true,
localIdentName: '[local]--[hash:5]',
// @ts-ignore
...cssLoader?.modules,