We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ab52f commit b92557aCopy full SHA for b92557a
README.md
@@ -10,6 +10,12 @@
10
11
> 🔧A webpack plugin to inline source in html, wrapper of inline-source.
12
13
+### Env
14
+
15
+* Node - v4.7.0
16
+* npm - 2.15.11
17
+* webpack - ^1.14.0
18
19
## Install
20
21
```shell
@@ -111,6 +117,20 @@ new HtmlInlineSourceWebpackPlugin([
111
117
112
118
see [here](https://github.com/popeindustries/inline-source#usage).
113
119
120
+#### Callback
121
122
+```js
123
+new HtmlInlineSourceWebpackPlugin(function () {
124
+ console.log('inline source done!');
125
+})
126
+/* or */
127
+new HtmlInlineSourceWebpackPlugin({
128
+ /* option */
129
+}, function () {
130
131
132
+```
133
114
134
## Related
115
135
116
136
* [inline-source](https://www.npmjs.com/package/inline-source)
0 commit comments