christopheSeeka

Results 11 comments of christopheSeeka

Hello, install cross-env and changed my package.json as follow: ``` "scripts": { "watch": "cross-env NODE_ENV=development webpack --watch --config ./webpack/webpack.config.js", "production": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js --display-entrypoints", "rmdist": "rimraf dist" },...

Working if i replace in webpack/loaders/files: `const [, themeName] = __dirname.match(/\/wp-content\/themes\/([^/]+)\/webpack\/loaders$/)` with `const themeName = __dirname.match(/\/wp-content\/themes\/([^/]+)\/webpack\/loaders$/)`

Thank you very much for the answer, but isn't the config i shared saying 10Mb per log file and retain 30 max already? "max_size": "10M", "retain": "30", How this ended...

What i don't get, compare to the demo, it never ask me permission, when i check it is not part of current permissions (allowed or denied)

It actually seem that it work locally, when im on localhost but once i put on the server, then its not working, nether on mobile or desktop, any idea what...

Well, it was the content security policy on my nginx middleware that was restricting use of camera... my bad :)

I used the following on the table: v-touch:start="disableSwipe" v-touch:end="enableSwipe" with the 2 methods: methods: { disableSwipe: function(){ this.$store.state.enableSwipe = false }, enableSwipe: function(){ let _this = this setTimeout(function(){ _this.$store.state.enableSwipe =...

Thank you for the update, impatient to test it.

Hello, is there any plan to finalize batch support eventually? Would be very helpfull.