html-webpack-externals-plugin icon indicating copy to clipboard operation
html-webpack-externals-plugin copied to clipboard

Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.

Results 19 html-webpack-externals-plugin issues
Sort by recently updated
recently updated
newest added

Hi @mmiller42, Just thought I'd write a quick message to let you know that `html-webpack-include-assets-plugin` plugin has been renamed to [html-webpack-tags-plugin](https://github.com/jharris4/html-webpack-tags-plugin). Also, a bunch of new features were added, including...

Currently paths are manually resolved relative to the node_modules directory in the project root. This doesn’t work when the module is installed in the parent directory, which might be the...

I have many entries and each entry need to inject an external javascript called aepmod.js (just like a CDN jquery), but I got wrong times of injection in my dist...

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.0.0 to 4.3.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v4.3.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...

dependencies

This adds intellisense support in VS Code, which is always nice.

`npm WARN [email protected] requires a peer of html-webpack-plugin@^2.0.0 but none was installed.` is shown as an error everytime i run a command on npm. but then I do have an...

if I include a favicon in the HtmlWebpackPlugin options the attributes are passed to the favicon instead to the external module in which I originally defined them in

hello everyone, i have a question that i imort react and set externals, but also has error import React from 'react' import ReactDom from 'react-dom' new HtmlWebpackExternalsPlugin({ externals: [{ module:...