音药 2023-01-09 16:19 采纳率: 0%
浏览 94

You may need an appropriate loader to handle this file type

Unexpected token (16:44)You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.

img

  • 写回答

1条回答 默认 最新

  • m0_54204465 2023-01-09 16:24
    关注

    这个错误通常是由于你在使用 webpack 打包 Vue.js 应用时,没有正确的配置加载器导致的。

    解决方法是在 webpack.config.js 文件中添加 Vue.js 的相应加载器。例如:

    module.exports = {
    module: {
    rules: [
    {
    test: /.vue$/,
    use: 'vue-loader'
    }
    ]
    }
    }
    
    

    这样就可以处理 .vue 文件了。

    另外,如果你还使用了 babel,还需要在 webpack.config.js 中添加 babel-loader,来处理 .js 文件。例如:

    module.exports = {
    module: {
    rules: [
    {
    test: /.js$/,
    use: 'babel-loader'
    }
    ]
    }
    }
    
    

    这样就可以处理 .js 文件了。

    评论

报告相同问题?

问题事件

  • 创建了问题 1月9日

悬赏问题

  • ¥15 有人会用py或者r画这种图吗
  • ¥15 MOD04_3K图像预处理
  • ¥15 [VASP]关于超胞大小和k 点网格的收敛性测试
  • ¥15 pip下载paddle2onnx离谱错误
  • ¥60 db2move nlzxams import 导出db2备份数据报错
  • ¥15 关于#python#的问题:全文总结功能咨询
  • ¥15 俄罗斯方块中无法同时消除多个满行
  • ¥15 c#转安卓 java html
  • ¥15 使用gojs3.0,如何在nodeDataArray设置好text的位置,再go.TextBlock alignment中进行相应的改变
  • ¥15 psfusion图像融合指标很低