Skip to content

zfeher/vue-loader-15-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Loader 15.10.0 bug

To reproduce the issue

# clone the repo
npm install
npm run webpack

# check the output: it has the content of the whole vue file not just the content of <template>

# to see previous version
npm remove vue-loader
npm install -D vue-loader@15.9.0
npm run webpack

# check the output: it has only the content of the <template> tag as expected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published