1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2025-02-01 20:40:19 +01:00

bump browserslist

This commit is contained in:
Matthias Kretschmann 2019-09-09 01:33:27 +02:00
parent 1863778c48
commit e90786c4fe
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,6 @@
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.0",
"@reach/router": "^1.2.1",
"@svgr/webpack": "^4.3.2",
"auto-changelog": "^1.16.1",
@ -67,7 +66,7 @@
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"browserslist": "electron >= 5.0",
"browserslist": "electron >= 6.0",
"build": {
"appId": "com.kremalicious.blowfish",
"files": [

View File

@ -58,7 +58,7 @@ module.exports = {
]
},
resolve: {
extensions: ['*', '.js', '.jsx', '.scss']
extensions: ['*', '.js', '.jsx', '.css']
},
target: 'electron-renderer',
plugins: [