I improved the changed elements check when building, and committed attributes.json to the repo so we'll see changes pulled from MDN more explicitly. Until we do this we don't actually know whether we've been adding or removing props from specific elements. We do know however that we're not adding or removing any entire elements.
removed webpack-serve as a dep. I don't think we're actually using it anywhere anymore, and in fact it's deprecated at this point in favor of just doing the same through regular webpack config.
Aside from regular dep updates:
attributes.json
to the repo so we'll see changes pulled from MDN more explicitly. Until we do this we don't actually know whether we've been adding or removing props from specific elements. We do know however that we're not adding or removing any entire elements.webpack-serve
as a dep. I don't think we're actually using it anywhere anymore, and in fact it's deprecated at this point in favor of just doing the same through regular webpack config.