Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on front-end code #2

Open
ghost opened this issue Feb 26, 2017 · 1 comment
Open

error on front-end code #2

ghost opened this issue Feb 26, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 26, 2017

Hi, nice thing you build.
But when I want to get to it, there seems to be a problem with loading the .VUE files in the project.

var __vue_script__, __vue_template__ var __vue_styles__ = {} __vue_script__ = require("!!babel?presets[]=es2015!../../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./Board.vue") if (Object.keys(__vue_script__).some(function (key) { return key !== "default" && key !== "__esModule" })) { console.warn("[vue-loader] resources\\assets\\js\\components\\Board.vue: named exports in *.vue files are ignored.")}

Tried a couple of things (not an expert in this area) and this solution came closest IMO but it doesnt work: vuejs/vue-loader#417

I did change some things to the AUTH of the project, nothing that should trigger these errors.

Thanks,

@yappkahowe
Copy link
Owner

Hi, thank you for trying the project.

I was able to reproduce the error. Looks like it has something to do with the laravel-elixir-vue. I changed it to laravel-elixir-vue-2 in 577e819 . Now it is working again. Can you try it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant