mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
parent
88668f0fc4
commit
8e0b5081f2
@ -235,7 +235,7 @@ export default class WebpackBaseConfig {
|
||||
oneOf: styleLoader.apply('css')
|
||||
},
|
||||
{
|
||||
test: /\.postcss$/,
|
||||
test: /\.p(ost)?css$/,
|
||||
oneOf: styleLoader.apply('postcss')
|
||||
},
|
||||
{
|
||||
|
2
test/fixtures/with-config/nuxt.config.js
vendored
2
test/fixtures/with-config/nuxt.config.js
vendored
@ -77,7 +77,7 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
css: [{ src: '~/assets/app.css' }],
|
||||
css: [{ src: '~/assets/app.pcss' }],
|
||||
render: {
|
||||
csp: true,
|
||||
http2: {
|
||||
|
Loading…
Reference in New Issue
Block a user