webpack-plugin-critical icon indicating copy to clipboard operation
webpack-plugin-critical copied to clipboard

Webpack wrapper for @addyosmani's critical library.

Results 12 webpack-plugin-critical issues
Sort by recently updated
recently updated
newest added

Hi, i want to enable CSP on site, but your library generates inline js code, which i want to ban. Is there any way to remove your js?

This plugin uses `critical` v0.8.4. It has 24 known vulnerabilities. Any chance we can bump to the latest v1.3.3? @jeffbcross

I'd like to send a PR to fix #7

I made a patch to inline-critical: https://github.com/bezoerb/inline-critical/pull/237, and won't be able to leverage it unless the version of critical is updated.

Could you please add `type` attribute to links generated with your plugin? Like ``

Hi, is there any way to pretty and correctly remove old html after webpack build? Because i\`m setting as `src` one path and as `dest` another and i want to...

Hi when run plugin, get error: `Error: ENOENT: no such file or directory, open 'work\app\mobile_react\build\public\app.64bf413a44b79423abb4.css'` in my webpack config has this options `output: {publicPath: '/public/'}` [email protected]

So I'm using Webpack to bundle up my js and css. I've added the Webpack-plugin-critical to output an external css file featuring critical styles. This file gets added to my...

For an example app I'm working on, I noticed that re-builds cause an `ENOENT` of my index.html. Presumably because subsequent builds are not re-building the whole tree. Need to look...