This is my webpack config for my Vue3 project: const svgRule = config.module.rule('svg') svgRule.uses.clear() svgRule .use('vue-loader') ...
確定! 回上一頁