Skip to content

Commit

Permalink
Merge branch 'feature/-1.1.0' of https://github.com/punkave/pk-webpack
Browse files Browse the repository at this point in the history
…into feature/0.1.0
  • Loading branch information
grdunn committed Jan 22, 2019
2 parents c9b4d2a + ed8b165 commit 4375c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ webpack-dev.js
const pkWebpack = require('pk-webpack');
const path = require('path');
const appRoot = path.resolve(__dirname, './');
return pkWebpack(
pkWebpack(
{
"appRoot": appRoot,
"env": "dev"
'appRoot': appRoot,
'env': 'dev'
}
);
```
Expand Down

0 comments on commit 4375c39

Please sign in to comment.