Robert Kamiński
Robert Kamiński
You can overwrite manifest.json template in your templates. Just copy original one from pwa/templates/manifest.json and your content. Sadly if you need some custom config vars you can't add it without...
Me too. it just broken. and probably this library is not longer maintained..... nice....
Any plan to refactor this code to react hooks version ?
Why you don't publish this changes ? there is pr merged to master month ago and in 1.4.1 i still get this strict mode message.... When are you planning to...
> blacklistedAttrs: [/^on.+/i], ```javascript // default: removes `on*` attributes (onClick, onChange, etc.) // any attribute name which matches any of these RegExps will be omitted entirely ``` attributes start from...
To format example from read.me we need to clear `unformated` array line: https://github.com/max-mapper/commonjs-html-prettyprinter/blob/master/lib/html.js#L54 ```javscript var html = require('html'); var txt = 'AwesomeComis awesome'; html.prettyPrint(txt, {unformatted: []}); ``` this will force...