html5-entry-webpack-plugin 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ And run `webpack` via your preferred method. This will emit `index.html` as a fi
|
|
|
69
69
|
|
|
70
70
|
Contributions in any form are appreciated and much welcome!
|
|
71
71
|
|
|
72
|
-
Just make sure to post an issue or reach out to
|
|
72
|
+
Just make sure to post an issue or reach out to us on the [](https://discord.gg/kKJ2FZmK8t) before starting actual work on anything. It really helps to avoid problems.
|
|
73
73
|
|
|
74
74
|
## License
|
|
75
75
|
|
|
@@ -80,6 +80,6 @@ This plugin is released using the MIT license.
|
|
|
80
80
|
[node]: https://img.shields.io/node/v/html5-entry-webpack-plugin.svg
|
|
81
81
|
[node-url]: https://nodejs.org
|
|
82
82
|
[chat]: https://img.shields.io/badge/gitter-piral.io%2Fcommunity-brightgreen.svg
|
|
83
|
-
[chat-url]: https://
|
|
83
|
+
[chat-url]: https://discord.gg/kKJ2FZmK8t
|
|
84
84
|
[size]: https://packagephobia.now.sh/badge?p=html5-entry-webpack-plugin
|
|
85
85
|
[size-url]: https://packagephobia.now.sh/result?p=html5-entry-webpack-plugin
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html5-entry-webpack-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Webpack plugin for allowing HTML files as entry modules.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "
|
|
26
|
+
"url": "https://github.com/smapiot/piral-cli-webpack.git"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/smapiot/piral-cli-webpack/issues"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"cheerio": "1.0.0",
|
|
47
47
|
"html-webpack-plugin": "^4.5.2"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "583263263c0849533dfb2c5a532fd3176e8c8781"
|
|
50
50
|
}
|