Results 2 issues of Kevin

https://github.com/kevinchappell/formBuilder/blob/f24dee6b760d8f140c8d508cc89742316c9b2c47/src/js/form-builder.js#L1363 If the system does not re-render there is inconsistent behavior (IE: deleting an option will re-render). Add these 2 lines of code to fix it perhaps: const $field =...

Fix the deprecation error as shown below: compiler.hooks.compilation.tap('WrapperPlugin', (compilation) => { if (this.afterOptimizations) { // you can fix this similar to how I fixed the else statement. compilation.hooks.afterOptimizeChunkAssets.tap('DSWrapperPlugin', (chunks) =>...