What problem does this feature solve?
Compiling .vue files in NodeJS without the use of Wepack. Is this supported? I can't seem to find any documentation, only closely knit references to Webpack.
What does the proposed API look like?
Something maybe like this: let module = require('vue-loader').compile('path/to/file.vue')