You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last two published version on NPM (1.0.12 and 1.0.13) there is a line
self = this;
present in the distributed index.js file when installing with npm.
This line messes with webpack-dev-server and generally assigning to self is not recommended.
I cant find this line when looking at commits, so im not sure where it comes from. But its there in the distributed file when looking at the node-module folder.
The latest commited changes with abort f.ex are also not present in the distributed file, so maybe something is wrong in the pipeline somewhere.
Could you have a look and have this fixed?
The text was updated successfully, but these errors were encountered:
Hi,
In the last two published version on NPM (1.0.12 and 1.0.13) there is a line
present in the distributed index.js file when installing with npm.
This line messes with webpack-dev-server and generally assigning to self is not recommended.
I cant find this line when looking at commits, so im not sure where it comes from. But its there in the distributed file when looking at the node-module folder.
The latest commited changes with abort f.ex are also not present in the distributed file, so maybe something is wrong in the pipeline somewhere.
Could you have a look and have this fixed?
The text was updated successfully, but these errors were encountered: