esbuild-plugin-html icon indicating copy to clipboard operation
esbuild-plugin-html copied to clipboard

esbuild plugin to generate HTML files

Results 12 esbuild-plugin-html issues
Sort by recently updated
recently updated
newest added

I cannot really test this since no test suite exist, going to attempt to use this in our code base later, thoughts? See #55 this drastically reduces the footprint of...

https://github.com/lodash/lodash/issues/5851 https://github.com/advisories/GHSA-35jh-r3h4-6jhm Should be as simple as replacing the package to lodash or lodash-es and changing the import. https://github.com/craftamap/esbuild-plugin-html/blob/8aab0e2e4ed9006f91febf7dbf4c77b388a467a2/package.json#L37

X [ERROR] Cannot read property 'version' of undefined [plugin esbuild-html-plugin] D:\my_test\myNode\esbuild\vue\node_modules\lodash.template\index.js:1550:11: 1550 │ return Function(importsKeys, sourceURL + 'return ' + source) ╵ ^ at eval (eval at (D:\my_test\myNode\esbuild\vue\node_modules\lodash.template\index.js:1550:12), :8:13) at...

Context: I am using this plugin to make a snippet (using a custom html-lodash template) that will be included in another main html file which already has ``, `` and...

cheerio comes to mind, jsdom is extremely heavyweight. I might file a PR for this.

I have a a project where the paths passed in are explicitly made relative. This means that the paths passed in through the metafile are relative and look like this:...

See: #46 Possible solution: https://github.com/lodash/lodash/issues/399

I've had a situation when `entrypoints` parameter contained a slightly incorrect path. I passed an absolute path, but the plugin expects a path relative to the project root. Because of...

When you specify entry points as part of the plugin but not part of esbuild's options, there are no warnings and the html produced is empty. This was very confusing...

In #19, favicon was supported. 🥳 Let's make sure also favicons in different file formats are supported. :)