Skip to content

v10.1.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 28 Jan 13:54
· 254 commits to main since this release

Now supports chaining with other loaders so the entire *.vue file can be pre-processed by other loaders:

{ test: /\.vue$/, loader: 'vue-loader!my-other-loader' }