I hereby claim:
- I am tfoxy on github.
- I am tfoxy (https://keybase.io/tfoxy) on keybase.
- I have a public key ASA_mtOvVfYhRgAK7D7N5ak_nc-v_VMlvmNg2UwhK7sb9go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { omit } from 'lodash'; | |
| import VueApollo from 'vue-apollo'; | |
| const VUE_APOLLO_QUERY_KEYWORDS = [ | |
| 'variables', | |
| 'watch', | |
| 'update', | |
| 'result', | |
| 'error', | |
| 'loadingKey', |
| const loaderUtils = require('loader-utils'); | |
| const extractTextLoader = require('extract-text-webpack-plugin/loader'); | |
| function hotExtractedCss() { | |
| if (module.hot) { | |
| module.hot.accept(); | |
| if (module.hot.data) { | |
| console.log('Reloading css...'); | |
| Array.prototype.forEach.call(document.querySelectorAll('link[href][rel=stylesheet]'), function(link) { | |
| var nextStyleHref = link.href.replace(/(\?\d+)?$/, '?' + Date.now()); |