Skip to content

Commit

Permalink
Updated getting-started.md
Browse files Browse the repository at this point in the history
Incremented versions for webpack and webpack-cli as was initially was generating error when running 'npx webpack' - 'Cannot read property 'properties' of undefined'. Please refer plotly/dash-component-boilerplate#12
  • Loading branch information
dhwaneel authored Oct 24, 2018
1 parent a55476e commit c7f574b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ __package.json__
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9"
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {}
}
Expand Down Expand Up @@ -278,8 +278,8 @@ __package.json__
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9"
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"lodash": "^4.17.5"
Expand Down

0 comments on commit c7f574b

Please sign in to comment.