Skip to content

reproduces a bug encounted with vue-select for analysis

Notifications You must be signed in to change notification settings

cotej/vue-select-babelify-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a barebones project that reproduces an issue seen when using the vue-select component from its NPM repository, along with browserify + vueify.

The issue that appears looks like the following:

Error: Cannot find module 'babelify'

To reproduce, clone this project and run

npm install
npm run build

Furthermore you will find that if you comment out the two lines in src/main.js that require and register the VueSelect component, the build command will run successfully.

About

reproduces a bug encounted with vue-select for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published