vue-picture-input icon indicating copy to clipboard operation
vue-picture-input copied to clipboard

Should be bundled already compiled

Open sgehrman opened this issue 5 years ago • 0 comments

I have to change my project to get this working. Why isn't it prebuilt?

I have exclude: /node_modules/ for my 'vue' webpack which gave me this error:

ERROR in ./node_modules/vue-picture-input/PictureInput.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type.

I removed the exclude and got this:

ERROR in ./node_modules/vue-picture-input/PictureInput.vue?vue&type=style&index=0&id=431cb064&scoped=true&lang=css& (./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-picture-input/PictureInput.vue?vue&type=style&index=0&id=431cb064&scoped=true&lang=css&) 566:0 Module parse failed: Unexpected token (566:0) You may need an appropriate loader to handle this file type.

So, I have to add css to my webpack to use this?

Is there any reason why it's not just compiled into a dist dir like other packages?

The code of conduct is insulting and unnecessary. Do you think this actually does any good?

-steve

sgehrman avatar Oct 06 '18 23:10 sgehrman