-
Notifications
You must be signed in to change notification settings - Fork 58
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
Extracting vuetable from the generated script #1
Comments
@cetetesoft I truely have no idea on this, sorry. What I can tell is that Vuetable-2 is still distributed as a It would be nice if it could be bundled up into one single js library, so that it can work with the CDN. But I still don't know how to do it via webpack at the moment. However, you may try using |
Thanks for your reply. I'll try to do so and let you know if it doesn't work. |
You are missing a dist directory in your package.json for cross-env.js, hence the build fails. Adding the missing dist directory before bin in package.json solves the issue. eg: "dev": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV= ...... |
Hi.
I'm trying to integrate vuetable-2 into my Laravel application but cannot find out how to get vuetable-2 extracted into vendor.js. Any idea?
I have:
mix ... .extract(['vue','vuex','vuetable-2','jquery','axios','lodash','laravel-echo']);
Thanks a lot.
The text was updated successfully, but these errors were encountered: