Skip to content

TehShrike/repo-deepmerge-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction repo for deepmerge bug /w webpack

Installation

Run npm install to set up the project.

Testing

Run npm start to start the dev server, and inject the following the devtools of your browser:

(function() {
var s = document.createElement("script");
s.src = "http://localhost:8080/dist.js";
document.head.appendChild(s);
})();

About

Test repo for deepmerge issue with webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%