未验证 提交 afaff59f 编写于 作者: J Joe Haddad 提交者: GitHub

Monkeypatch @zeit/next-css@0.2.1-canary.4 (#8996)

上级 5bce442d
......@@ -955,7 +955,11 @@ export default async function getBaseWebpackConfig(
// old `css-loader` versions. Custom setups (that aren't next-sass
// or next-less) likely have the newer version.
// We still handle this gracefully below.
Object.prototype.hasOwnProperty.call(use.options, 'minimize')
(Object.prototype.hasOwnProperty.call(use.options, 'minimize') ||
Object.prototype.hasOwnProperty.call(
use.options,
'exportOnlyLocals'
))
)
) {
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册