preload-webpack-plugin
preload-webpack-plugin copied to clipboard
Please use https://github.com/vuejs/preload-webpack-plugin instead.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...
I have this config in my webpack file used for a MPA in PHP template ` new HtmlWebpackPlugin({ filename: '${VIEWS_PATH}/index.php', template: '${VIEWS_PATH}/index.php', chunks: ['index', 'vendor', 'lib'] }), ` ` new...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
When using the fileBlacklist of options, it will cover the default option([/\.map/]). **Wish**: `fileBlacklist:[/userIgnore\.js/, /\.map/]` **Actually** `fileBlacklist: [/userIgnore\.js/]` I wonder if it‘s a Bug or design of this shadow merge?...
such as { include: 'allAssets', exclude: 'initial' }
Hello, I used the plugin to preload some font files in the document head, but I see the attribute crossorigin has the value 'crossorigin'. Am I doing something wrong? This...
Support for manual placement of <link> tags
`html-webpack-plugin` supports disabling the automatic injection of `` and `` tags via `inject: false`. This provides more control and flexibility over the tags and where they appear and allows the...