Skip to content

Commit

Permalink
Merge pull request #3 from MIzidio/master
Browse files Browse the repository at this point in the history
atualização de dependencias e ajuste no script de start
  • Loading branch information
andrelmlins authored Mar 16, 2021
2 parents 946206d + 5f7d888 commit c1d3aed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Para criar os scripts, vá no arquivo `package.json` e insira o seguinte código
```json
{
"scripts": {
"start": "webpack-dev-server --progress --inline --hot --port 8080",
"start": "webpack serve --progress --inline --hot --port 8080",
"build": "cross-env NODE_ENV=production babel src --out-dir dist"
}
}
Expand Down
18 changes: 9 additions & 9 deletions exemplo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"README.md"
],
"devDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.2",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"html-webpack-plugin": "^5.3.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "webpack-dev-server --progress --inline --hot --port 8080",
"start": "webpack serve --progress --inline --hot --port 8080",
"build": "cross-env NODE_ENV=production babel src --out-dir dist"
}
}

0 comments on commit c1d3aed

Please sign in to comment.