通过配置(推荐). webpack.config.js module.exports = { module: { rules: [ { test: /\.json$/, use: 'json-loader' } ] } } import json from 'file.json'; ...
確定! 回上一頁