Skip to content

Commit 27ef471

Browse files
authored
Merge pull request #19 from BiosBoy/webpack-up
Updated Webpack to 4.29.1 version
2 parents a7ea669 + dc734cf commit 27ef471

File tree

5 files changed

+145
-142
lines changed

5 files changed

+145
-142
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ yarn-error.log
1111
.tmp
1212
.src
1313
lerna-debug.log
14+
.travis.yml

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Webpack4 - React16.7 Templater App
22

33

4+
# 2.0.1
5+
* Updated Webpack to 4.29.1 version.
6+
* Removed .travis.ci file from git watch.
7+
48
# 2.0.0
59
* Partiarly moved app to TypeScript v.3.3.4.
610
* Major Update of react dependencies (react react-dom react-redux react-router react-router-dom redux).
@@ -15,7 +19,7 @@
1519
# 1.9.1
1620
* Added Code of Conduct and Pull Request Templates.
1721
* Minor fixes.
18-
22+
1923
# 1.9.0
2024
* Updated react, redux, react-redux dependencies.
2125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ That's all what you need to start building your own project! Have fun and happy
101101
### App technical environment that are 100% support with:
102102
* Node 10.5
103103
* Yarn 1.9.4
104-
* Webpack 4.23.1
104+
* Webpack 4.29.1
105105
* React 16.8
106106

107107
### App global package installing requirements:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"tslint-loader": "^3.5.4",
201201
"typescript": "^3.3.4000",
202202
"uglifyjs-webpack-plugin": "^2.1.1",
203-
"webpack": "^4.28.3",
203+
"webpack": "^4.29.6",
204204
"webpack-cli": "^3.1.2",
205205
"webpack-dev-middleware": "^3.4.0",
206206
"webpack-dev-server": "^3.1.14",

0 commit comments

Comments
 (0)