Skip to content

Commit

Permalink
Improve the stability of the webpack configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xizon committed Aug 14, 2019
1 parent 61ac786 commit 0fbfc15
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 206 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog


#### = 3.8.0 (August 15, 2019) =

* Tweak: Upgrade dependencies for webpack.
* Tweak: Improve the stability of the webpack configuration.



#### = 3.7.5 (August 8, 2019) =

* Tweak: (webpack) Provides a way to customize how progress is reported during a compilation.
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">Make over <strong>120+</strong> components to wear again and again!</p>
<p align="center">
<a href="https://travis-ci.org/xizon/uix-kit/" title="Travis CI"><img src="https://api.travis-ci.org/xizon/uix-kit.svg?branch=master"/></a>
<a href="https://www.npmjs.com/package/uix-kit" title="npm version"><img src="https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=3.7.5&x2=0"/></a>
<a href="https://www.npmjs.com/package/uix-kit" title="npm version"><img src="https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=3.8.0&x2=0"/></a>
<a href="https://github.com/xizon/uix-kit/blob/master/LICENSE" title="license"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"/></a>
</p>
Expand Down Expand Up @@ -42,7 +42,7 @@ GitHub pages can only serve static content, and there is no way to run PHP or ge
## Table of Contents


* [Getting Started](#getting-started)
* [Getting Started with Videos](#getting-started-with-videos)
* [Description](#description)
* [Installation And Test](#installation-and-test)
* [How To Use?](#how-to-use)
Expand All @@ -54,12 +54,10 @@ GitHub pages can only serve static content, and there is no way to run PHP or ge



## Getting Started
## Getting Started with Videos

[https://www.youtube.com/watch?v=aRDY9Cr-1-E](https://www.youtube.com/watch?v=aRDY9Cr-1-E)

<p align = "left">
<a href="https://www.youtube.com/watch?v=aRDY9Cr-1-E"><img src="https://raw.githubusercontent.com/xizon/uix-kit/master/misc/screenshots/video-cover.jpg" width="400"></a>
</p>



Expand Down
86 changes: 36 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "UIUX Lab",
"name": "uix-kit",
"email": "[email protected]",
"version": "3.7.57",
"version": "3.8.0",
"projectName": "Uix Kit",
"createdInfo": "UIUX Lab (https://uiux.cc)",
"projectURL": "https://uiux.cc",
Expand Down Expand Up @@ -45,8 +45,6 @@
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@node-minify/core": "^4.0.2",
"@node-minify/uglify-js": "^4.0.2",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.0.1",
Expand All @@ -66,6 +64,7 @@
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"tar": "^4.4.8",
"uglify-js": "^3.6.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
Expand Down
Loading

0 comments on commit 0fbfc15

Please sign in to comment.