Merge pull request #11 from kidroca/patch-1
Update `How to configure` example
This commit is contained in:
commit
955e907b91
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Example html:
|
|||
# How to configure
|
||||
In webpack.conf.js ( or any name of webpack conf file )
|
||||
```js
|
||||
var WebpackAutoInject = require('webpack-auto-inject-version');
|
||||
var WebpackAutoInject = require('webpack-auto-inject-version').default;
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue