You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Hi, I'm using quite a few Vue Dependencies in my custom plugin:
Vue Resource
Vee Validate
Vue Router
Vue Moment
Bootstrap Vue
Bootstrap
I'm loading all of these into the plugin.js file which gets created when adding the p11n module. I have a few custom liquidators set up along with a few other things. I'm not sure if I've added them correctly to this file.
I'm including Vue Router as part of the router.js file.
The issue I face, is everything works fine when using a module system like Nuxt JS, but when building the project, linking to the umd.js JS files works fine, but everything related to the external dependencies seems to be undefined in my site.
Is there anyway to bundle the external dependencies in the output of the build JS files?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm using quite a few Vue Dependencies in my custom plugin:
I'm loading all of these into the
plugin.js
file which gets created when adding the p11n module. I have a few custom liquidators set up along with a few other things. I'm not sure if I've added them correctly to this file.I'm including Vue Router as part of the
router.js
file.The issue I face, is everything works fine when using a module system like Nuxt JS, but when building the project, linking to the
umd.js
JS files works fine, but everything related to the external dependencies seems to be undefined in my site.Is there anyway to bundle the external dependencies in the output of the build JS files?
The text was updated successfully, but these errors were encountered: