Add the following rule to your webpack.config file: { test: /\.(html)$/, use: { loader: 'html-loader', options: { attrs: [':data-src'] } } }.
確定! 回上一頁