chore: remove extra space (#3597)

This commit is contained in:
yoho 2022-03-11 16:07:26 +08:00 committed by GitHub
parent a59bf5233d
commit c942465f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function loaders (ctx: WebpackConfigContext) {
// CSS
config.module.rules.push(createdStyleRule('css', /\.css$/i, null, ctx))
// Postcss
// Postcss
config.module.rules.push(createdStyleRule('postcss', /\.p(ost)?css$/i, null, ctx))
// Less