webpack-dep-finder
Version:
A Webpack plugin and CLI tool for efficiently pinpointing and analyzing dependencies in your Webpack bundles using regex. Ideal for optimizing and streamlining the build process during iterative development, helping to detangle complex dependency trees qu
16 lines (15 loc) • 441 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpack Dep Finder Test</title>
</head>
<body>
<div id="app">
<h1>Webpack Dep Finder</h1>
<p>This is a test page for the Webpack Dep Finder plugin.</p>
</div>
<script src="index.js"></script>
</body>
</html>