Skip to content

[dev] Problem with "full" version of dev #115

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

Closed
lionel-bijaoui opened this issue Feb 13, 2017 · 5 comments
Closed

[dev] Problem with "full" version of dev #115

lionel-bijaoui opened this issue Feb 13, 2017 · 5 comments

Comments

@lionel-bijaoui
Copy link
Member

When I launch the latest [a69e244] dev environment, and go to "full" I get this error in the browser console and nothing show up

[Vue warn]: Cannot find element: #app 

I also get this in the console:

WARNING in ./~/moment/min/moment.min.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./locale in C:\Users\maria\dev\vue-form-generator\node_modules\moment\min

Which is certainly linked with the recent changes #113 & #114

@icebob
Copy link
Member

icebob commented Feb 13, 2017

Yes, it's a new issue, because I created 2 dev example. But webpack can't load the full demo (don't load the index.html, instead generate an empty html file).
But if you add index.html to the url, it'll work: http://localhost:8080/full/index.html
I don't know what is the problem, because the multiselect demo is working.

@cristijora
Copy link
Collaborator

I had same issue before making those changes.

@icebob
Copy link
Member

icebob commented Feb 13, 2017

The moment.min.js warning is come with #113. Because the min file contains require, what webpack try to resolve.

@lionel-bijaoui
Copy link
Member Author

lionel-bijaoui commented Feb 13, 2017

Ok, I'm not the only one 😅
I'm able to make http://localhost:8080/full/ work no need for "index.html"

@icebob
Copy link
Member

icebob commented Feb 14, 2017

Will be resolved in #119

@icebob icebob closed this as completed Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants