mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
parent
88668f0fc4
commit
8e0b5081f2
@ -235,7 +235,7 @@ export default class WebpackBaseConfig {
|
|||||||
oneOf: styleLoader.apply('css')
|
oneOf: styleLoader.apply('css')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.postcss$/,
|
test: /\.p(ost)?css$/,
|
||||||
oneOf: styleLoader.apply('postcss')
|
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: {
|
render: {
|
||||||
csp: true,
|
csp: true,
|
||||||
http2: {
|
http2: {
|
||||||
|
Loading…
Reference in New Issue
Block a user