https://github.com/afeiship/dns-prefetch-webpack-plugin
Dns prefetch webpack plugin.
https://github.com/afeiship/dns-prefetch-webpack-plugin
dns plugin prefetch webpack
Last synced: about 1 year ago
JSON representation
Dns prefetch webpack plugin.
- Host: GitHub
- URL: https://github.com/afeiship/dns-prefetch-webpack-plugin
- Owner: afeiship
- License: mit
- Created: 2018-08-08T07:17:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T14:54:45.000Z (about 5 years ago)
- Last Synced: 2025-01-06T08:08:10.703Z (over 1 year ago)
- Topics: dns, plugin, prefetch, webpack
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dns-prefetch-webpack-plugin
> Dns prefetch webpack plugin.
## installation
```bash
npm install @jswork/dns-prefetch-webpack-plugin
```
## usage
```js
new DnsPrefetchWebpackPlugin({
items:[
'//www.baidu.com',
'//img0.baidu.com',
'//img1.baidu.com'
]
})
```