v10.1.0
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' }
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' }