如果没有为JSON 文件配置loader,webpack 将自动尝试通过 json-loader 加载JSON 文件。 module: { rules: [ - { - test: /\.json/, - loader: "json-loader" - } ] }.
確定! 回上一頁