使用SVGR with Webpack 在我的webpack 配置中配置了SVGR 如下... { test: /\.svg$/, use: [ { loader: "@svgr/webpack", options: { typescript: true, }, }, ], },
確定! 回上一頁