gpt4 book ai didi

css - 无法使用 css-blocks 和 webpack 读取未定义的属性 'context'

转载 作者:行者123 更新时间:2023-11-28 01:44:51 26 4
gpt4 key购买 nike

这是我的 webpack 配置:https://hastebin.com/esipapepiz.js

我正在尝试使用 https://github.com/linkedin/css-blocks

我正在使用 create-react-app 并且我已经弹出。我正在尝试运行开发服务器,我从我的标题中得到消息。这些文档似乎很难理解,所以我不确定我做错了什么?

yarn run v1.3.2
$ node scripts/start.js
Failed to compile.

Cannot read property 'context' of undefined

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

最佳答案

仍然对您的问题感到困惑,因为您没有提及您使用的 webpack 版本。我假设你使用的是 webpack 版本 v4.0.0。 context 在早期版本的 webpack 中运行良好。

webpack v4.0.0 改变 this.context => this.rootContext

这样做。这是一个示例代码 snap

+    var name = slash(path.relative(root || this.rootContext || this.options.context, this.resourcePath));

关于css - 无法使用 css-blocks 和 webpack 读取未定义的属性 'context',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50240172/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com