JeffreyWay / laravel-elixir-vueify

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.
156 stars 30 forks source link

ParseError: 'import' and 'export' may appear only with 'sourceType: module' Again #29

Open FerchoCarcho opened 8 years ago

FerchoCarcho commented 8 years ago

Hello, Im trying to use Npgrogress with vue-jwt-auth but im getting that error. Read here. package.json

  "devDependencies": {
    "babel-preset-es2015": "*",
    "bootstrap-sass": "*",
    "gulp": "*",
    "jquery": "*",
    "laravel-elixir": "^6.0.0-10",
    "laravel-elixir-browserify-official": "^0.1.3",
    "laravel-elixir-vue": "^0.1.4",
    "laravel-elixir-webpack-official": "^1.0.5",
    "lodash": "^4.14.0",
    "vue": "^1.0.26",
    "vue-resource": "*"
  },
  "dependencies": {
    "laravel-elixir-vueify": "^2.0.0",
    "nprogress": "^0.2.0",
    "vue-jwt-auth": "^0.12.1",
    "vue-router": "^0.7.13"
  }

node -v -> v6.5.0 npm -v -> 3.10.3