vue-style-loader icon indicating copy to clipboard operation
vue-style-loader copied to clipboard

💅 vue style loader module for webpack

Results 25 vue-style-loader issues
Sort by recently updated
recently updated
newest added

**What kind of change does this PR introduce?** feature **Did you add tests for your changes?** Yes **If relevant, did you update the README?** Yes **Summary** with webpack configuration ```...

At some point, style-loader added support for nonces to somewhat ease CSP issues. Without this support, you have to allow unsafe inline styles. This currently is the case with vue-style-loader,...

https://github.com/vuejs/vue-style-loader/blob/c368cc0b03298f279ba0faacf338a406fbcd295b/lib/addStylesShadow.js#L22 Can it be modified to var

https://github.com/vuejs/vue-style-loader/blob/af61a420077118fb03ba6e27098d2d90722cfc0f/lib/addStylesClient.js#L116 ``document`` could be ``undefined`` if a style file is required from a WebWorker.

package.json in vue-loader@next has dropped vue-style-loader and instead has just style-loader.. Is this the end of vue-style-loader? Would be good to get clarity on this to plan ahead.. thanks! https://github.com/vuejs/vue-loader/blob/next/package.json#L70...

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** import CSS can not get the string. ``` import cssString from './index.css'; console.log('cssString',...

Hi, it's my first time i use vue-style-loader and i got this error `_styles_components_FormGroup_css__WEBPACK_IMPORTED_MODULE_1___default.a.__inject__ is not a function` This is my code ``` import FormGroup from './components/formGroup/FormGroup.vue' import FormGroupStyle from...

Before start, I doesn't have any problem with 4.1.2. I use vue-property-decorator and WithRender to load my css : ` import './myComponent.css' import WithRender from './myComponent.html' import { Vue, Component...

bug Current behavior While launching a project with vue-style loader I see the error: node_modules/vue-style-loader/lib/addStylesClient.js Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134. error Command failed with...

This is just the upstream forwarding of a patch included with the Debian package of vue-style-loader. It updates the package.json and .babelrc files to make vue-style-loader use Babel 7 instead...