gpt4 book ai didi

WebPack 2 : node. 全局和 resolve.extensions 空扩展配置字段问题

转载 作者:行者123 更新时间:2023-12-02 04:37:45 24 4
gpt4 key购买 nike

我根据我的旧 2.1.0-beta.22 webpack 配置文件收到此消息。根据如何更改它,我需要一些建议:

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.node.global should be a boolean.
- configuration.resolve.extensions[0] should not be empty.

目前:

resolve: {

extensions: ['', '.ts', '.js', '.json'],
modules: [helpers.root('src'), 'node_modules'],

},

node: {
global: 'window',
}

这些是我的配置文件:

最佳答案

尝试使用“*”代替“”

resolve: { extensions: ['*', '.js', '.jsx']},

它适用于 rc.7 - details here

关于WebPack 2 : node. 全局和 resolve.extensions 空扩展配置字段问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40653827/

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