Laravel-mix传播运算符:意外的令牌

时间:2017-03-03 16:41:03

标签: laravel babeljs babel webpack-2 laravel-mix

我正在尝试将vue-adminlaravel-mix一起使用,但每次我都跑 npm run dev

总是失败:

You may need an appropriate loader to handle this file type. | store, | nprogress, | ...App | }) |

我知道这里有一个可能的解决方案:https://github.com/JeffreyWay/laravel-mix/issues/76

尝试节点版本:6.x,7.x

但是使用插件创建.babelrc文件没有用。是否有可能在编译vue-admin模块时以某种方式覆盖babelrc?

我是否必须向webpack配置添加自定义查询?

.babelrc:

{
  "presets": [
    ["es2015", { "modules": false }]
  ],
  "plugins": ["transform-object-rest-spread"]
}

0 个答案:

没有答案