Vue:导入 JSON 请求加载器
Vue: Importing JSON requesting loader
我正在尝试将 JSON 文件导入单个 Vue 组件,但在构建时出现此错误:
Module parse failed: Unexpected token } in JSON at position 1980 while parsing near '...647 25 49.981 25Z",
}
'
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
我正在使用 Laravel Mix 并在 node_modules/laravel-mix/setup/webpack.config.js
查看 webpack.config 文件,但那里没有可配置的选项。
我认为您在 json 末尾多了一个逗号,请将其删除并重试。
我正在尝试将 JSON 文件导入单个 Vue 组件,但在构建时出现此错误:
Module parse failed: Unexpected token } in JSON at position 1980 while parsing near '...647 25 49.981 25Z",
}
'
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
我正在使用 Laravel Mix 并在 node_modules/laravel-mix/setup/webpack.config.js
查看 webpack.config 文件,但那里没有可配置的选项。
我认为您在 json 末尾多了一个逗号,请将其删除并重试。