mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
chore: remove extra space (#3597)
This commit is contained in:
parent
a59bf5233d
commit
c942465f79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user