How are you using this plugin? I'm currently using this on a .ts file, my components directory are composed by: - .ts file for vue-class-component specification; - .html file for template - using require('./<name of template>') on .ts file; - .scss file for stylesheet - using css-modules to import them on .ts file; I couldn't figure out how to use this on a .vue single file. What are the other options here? Thanks