Closed jstlaurent closed 5 years ago
Adding the missing packages to devDeps fixed the issue, see as reference https://github.com/xaksis/vue-good-table/issues/569
Think the missing dep should be added to the package to fix this issue. :)
@jstlaurent Thanks for reporting. I'll take look.
@francoism90 Thanks for the reference.
@zcuric Just to confirm the latest release of plyrue fixed the issue, thanks. :)
@francoism90 You are welcome :)
Describe the bug When building an app using Webpack 4.35.0 to build an app using Vue 2.6.10 and Plyrue 2.0.4, Webpack throws a Module not found error:
To Reproduce
npm i plyrue
Vue.use(Plyrue);
new Vue({ render: h => h(App), }).$mount('#app');