error in ./src/utils/template/Example.xls
Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concep... (Source code omitted for this binary file)
webpack 原生只认得 js(及衍生 ejs、mjs)、json,其它文件都要使用相应的 loader。你这里引用 excel 文件,就需要某种 excel-loader。