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

Console for my project now shows multiple warnings for running in development mode #7

Open
kahunacoder opened this issue Oct 5, 2018 · 1 comment

Comments

@kahunacoder
Copy link

When I added vfg-field-array and vfg-field-object to my vue project I get warning for each of these libraries that I'm running in development mode. The warnings show the files are vfg-field-array.esm.js:9392 and vfg-field-object.esm.js:9128.

This happens when I'm running my project in development mode. Seems like it should only happen if I'm running one of these libraries in development mode, not when I'm running my project in development mode.

I just thought you should know. I like these libraries and plan on using them in multiple projects.

@gwenaelp
Copy link
Owner

gwenaelp commented Oct 5, 2018

Yes there is a problem with the build system. This also impacts the weight of the libraries. I will refactor the project architecture this month, to leave everything way more simple for people using them.

Nevertheless, it will probably be less straightforward to use for people that does not have webpack and vue loader (in a nutshell, people that are not able to load .vue files in their project). But nowadays everybody tends to have them so I think there will be no problem at all.

Thanks for the feedback!

If you need help of any kind, I'll be glad to have more feedback on those libraries ! =D

I leave this issue opened and I will close it when I will have refactored vfg-field-array and vfg-field-object.

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

2 participants