Skip to content

Commit c7f574b

Browse files
authored
Updated getting-started.md
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
1 parent a55476e commit c7f574b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/guides/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ __package.json__
9999
"author": "",
100100
"license": "ISC",
101101
"devDependencies": {
102-
"webpack": "^4.0.1",
103-
"webpack-cli": "^2.0.9"
102+
"webpack": "^4.20.2",
103+
"webpack-cli": "^3.1.2"
104104
},
105105
"dependencies": {}
106106
}
@@ -278,8 +278,8 @@ __package.json__
278278
"author": "",
279279
"license": "ISC",
280280
"devDependencies": {
281-
"webpack": "^4.0.1",
282-
"webpack-cli": "^2.0.9"
281+
"webpack": "^4.20.2",
282+
"webpack-cli": "^3.1.2"
283283
},
284284
"dependencies": {
285285
"lodash": "^4.17.5"

0 commit comments

Comments
 (0)