Colin Tinney
Colin Tinney
Downgrading to `6.0.0` worked for me too.
Great PR.. Is there another way around this for local development? EDIT: For anyone else reading, my workaround was to dynamically set base path depending on `window.location`. It's hacky but...
@trusktr It's supported via middleware. It should be possible to rewrite all requests matching the configured path. e.g. `local-web-server` - https://github.com/lwsjs/rewrite `serve` - https://github.com/zeit/serve-handler#rewrites-array And so on.
@plibither8 I'd be happy to pick this up
That seems like a great solution in terms of generality but it could be made easier by providing some common lists (e.g. the sites mentioned) that can be enabled/disabled and...
Fair enough. Textarea + button is along the lines of what I was thinking. That sounds good to me. I can work on that. Colin On Mon, 17 Jun 2019...
Going to take this on if possible @bmish
I can confirm that `html-inline` does work. Rough code for my solution: ```javascript // Delete existing file so folder can be created w/ same name deleteExistingHtmlFile(filePath): // Generate HTML package...
You need to copy the format of this file: https://github.com/react-component/menu/blob/master/src/placements.js