Vitali Zaidman
Vitali Zaidman
check this out: https://github.com/thedracle/cordova-android-chromeview
yeap, just fetch develop before rebasing. `fetch origin develop:develop` `git flow feature rebase`
I would like to fix it. Does anybody can provide me with any help with it?
``` export function fetchFromMock(src, {responseType}) { return axiosInstance.get( URI(src).filename(), {responseType} )) .then(res => res.data) } ``` and this is how the mock is created ``` function mock(zip) { return Promise.all(values(zip.files).map(addFileToAdapter))...
**EDIT: for the updated `html-webpack-plugin` see: https://github.com/GoogleChromeLabs/prerender-loader/issues/50#issuecomment-630253823** the loader `node_modules/html-webpack-plugin/lib/loader.js` only runs when no other loader is used to load the html and this is what's responsible for the `templateParams`....
right! it turns out I had an old version (3.2) of the plugin. in newer versions you can use the loader from `html-webpack-plugin`: so in `webpack.config.js`: in rules: ```js {...
Wow I was about to open a similar PR and https://github.com/developit/microbundle/issues/74 stopped me from making sure it works. anyway- thumbs up!
updated the proposal
it works as far as i know. I didn't used it in the end. whoever wants, please fix the tests and merge it.
This is great! Can you please put it behind an option and set it to "false" for the first release? I would turn it into `true` in future releases.