Neil Kronlage
Neil Kronlage
I was able to fix this by installing the 'html-loader' package: npm install --save-dev html-loader It'd be great if indexhtml-webpack-plugin gave a better error in this case. I found the...
There's a complete demo of using indexhtml-webpack-plugin at: https://github.com/nihey/webpack-single-page-boilerplate
Definitely up for any improvements to the site! What kind of restyling are you thinking of?
Good idea. How does this look? Note, I couldn't find a way to access the config's initCommands from the input variable so you have to duplicate them. LMK if you...
Yeah, I'm fine with the duplication too. Maybe something to change later if it becomes onerous. Also, added a try/catch around the process list call to pop up an error...
Added an error if the filter doesn't find anything:  My team members are very excited to use this extension for debugging. Lmk if there's any thoughts on incorporating these...
That should be ok! Was worried about breaking people if they do something that doesn't work well with pickProcess in their initCommands. But pickProcess never really worked with remote stuff...
Here's a polyfill for the API that could be used in examples until browsers support the API: https://github.com/web-animations/web-animations-js