fix(cli): add warning for css-loader < 4.2 (#9152)

closes #9117
This commit is contained in:
Daniel Roe 2021-04-14 22:48:51 +01:00 committed by GitHub
parent 9212d34edf
commit 21020dff43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ import { getPKG } from '@nuxt/utils'
const dependencies = {
webpack: '^4.46.0',
'css-loader': '>=4.2.0',
'sass-loader': '^10.1.1'
}