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
I was able to fix this by telling Webpack to run vue-bulma-datepicker through babel-loader.
{test: /\.js$/,loader: 'babel-loader',include: [resolve('src'),resolve('test'),resolve('node_modules/vue-click-outside'),resolve('node_modules/vue-bulma-datepicker')// Adding this fixed the errors]}
To make this library easier to use, it might be nice to add a dist/ directory with pre-compiled files that can be used without any extra steps.
I still need to investigate the cause, but after updating to v1.3.0 my unit tests are now failing:
My project was set up using Vue Webpack template.
The text was updated successfully, but these errors were encountered: