mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Change and move browserlist settings to package.json
This commit is contained in:
parent
ee72421ecb
commit
481f92a54f
@ -8,6 +8,12 @@
|
||||
"start": "hugo server --buildDrafts",
|
||||
"dev": "node node_modules/.bin/webpack"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
">1%",
|
||||
"maintained node versions",
|
||||
"not dead"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0-beta.54",
|
||||
"@babel/core": "^7.0.0-beta.54",
|
||||
|
@ -12,7 +12,6 @@ module.exports = () => ({
|
||||
nested,
|
||||
postCSSPresetEnv({
|
||||
stage: 1,
|
||||
browsers: "last 2 versions",
|
||||
}),
|
||||
cssnano({
|
||||
preset: "default",
|
||||
|
Loading…
Reference in New Issue
Block a user