Hi,
I can also confirm having this issue after updating to 4.1.0 earlier today.
While awaiting an update I don’t want to disable the plugin completely and risk losing out on all the analytics data. I found I could quite easily edit the plugin to not load the offending scripts.
Woocommerce works while core functionality of the plugin seems to be intact, but admin settings for the plugin might not work.
In this file
.../plugins/enhanced-e-commerce-for-woocommerce-store/admin/class-tvc-admin-helper.php
On row 45, simply comment out this line of code which enqueues all scripts and styles.
//add_action( 'admin_enqueue_scripts', array( $this, 'add_scripts' ) );
This small edit should get overwritten next time the plugin updates. However do this only at your own discretion.