mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -05:00
Merge pull request #1882 from LLK/update-broswserslist
move browserslist to package.json
This commit is contained in:
commit
0d4dc60db4
3 changed files with 21578 additions and 4 deletions
21571
package-lock.json
generated
Normal file
21571
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -113,5 +113,10 @@
|
|||
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js",
|
||||
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
"Safari >= 8",
|
||||
"iOS >= 8"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -44,9 +44,7 @@ const base = {
|
|||
return [
|
||||
postcssImport,
|
||||
postcssVars,
|
||||
autoprefixer({
|
||||
browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']
|
||||
})
|
||||
autoprefixer()
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue