Kass

Results 3 comments of Kass

No, it's not working with getters since decorator method in source code doesn't check if you're applying decorator on regular method or getter: ``` function decorator(fn) { return opt =>...

# Solution You can override the `electronWebpack.renderer.template` value in your `package.json`: ```json "electronWebpack": { "renderer": { "template": "src/renderer/index.html" } } ``` After that create `src/renderer/index.html` with desired `Content-Security-Policy`: ```html Hello...

It would be really useful.