Skip to content

Commit 1d0c685

Browse files
committed
cleanup
1 parent d914a27 commit 1d0c685

File tree

3 files changed

+685
-67
lines changed

3 files changed

+685
-67
lines changed

config/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ module.exports = {
117117
ident: 'postcss',
118118
plugins: () => [
119119
require('cssnano'),
120-
require('postcss-flexbugs-fixes'),
121120
autoprefixer({
122121
browsers: ['>1%', 'last 4 versions', 'Firefox ESR'],
123122
flexbox: 'no-2009',

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tic-tac-toe",
33
"version": "0.1.0",
44
"author": "Radovan Janjic <hi@rjanjic.com>",
5+
"license": "MIT",
56
"devDependencies": {
67
"@babel/cli": "^7.6.4",
78
"@babel/core": "^7.6.4",
@@ -15,19 +16,16 @@
1516
"babel-preset-env": "^1.6.0",
1617
"copy-webpack-plugin": "^5.1.1",
1718
"css-loader": "^0.28.4",
18-
"cssnano": "^3.10.0",
19+
"cssnano": "^4.1.10",
1920
"dotenv": "4.0.0",
2021
"eslint": "^6.8.0",
2122
"eslint-loader": "4.0.2",
2223
"eslint-plugin-flowtype": "^2.35.0",
2324
"eslint-plugin-import": "2.20.2",
24-
"extract-text-webpack-plugin": "2.1.2",
2525
"file-loader": "0.11.2",
26-
"fs-extra": "3.0.1",
2726
"html-webpack-plugin": "4.3.0",
2827
"node-sass": "^4.14",
2928
"object-assign": "4.1.1",
30-
"postcss-flexbugs-fixes": "3.0.0",
3129
"postcss-loader": "^2.0.6",
3230
"sass-loader": "^6.0.6",
3331
"shallowequal": "^1.0.2",

0 commit comments

Comments
 (0)