Skip to content

Exclude function not properly working #10

@jessielaf

Description

@jessielaf

Hi,

First of all thanks for the plugin! It looks very promising. I am trying to use this with my vue plugin but I am getting a error:

[!] (plugin jscc) Error: Could not load C:\Users\Jessie\projects\vue-scan-field\src\ScanField.vue?rollup-plugin-vue=script.js (imported by C:\Users\Jessie\projects\vue-scan-field\src\ScanField.vue): ENOENT: no such file or directory, open 'C:\Users\Jessie\projects\vue-scan-field\src\ScanField.vue?rollup-plugin-vue=script.js'

This can be because the plugin does not support vue. I pressume this because .vue is not in the extensions list. I had decided to put *.vue in the exclude list but this did not work. This is how my code looks:

    jscc({
      values: { _FRAMEWORK: 'quasar' },
      exclude: '*.vue'
    }),

But I keep getting the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions