mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
move browserlist to package.json
This commit is contained in:
parent
6733e20b56
commit
19e79fd37f
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",
|
"\\.(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"
|
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"browserslist": [
|
||||||
|
"last 3 versions",
|
||||||
|
"Safari >= 8",
|
||||||
|
"iOS >= 8"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,9 +44,7 @@ const base = {
|
||||||
return [
|
return [
|
||||||
postcssImport,
|
postcssImport,
|
||||||
postcssVars,
|
postcssVars,
|
||||||
autoprefixer({
|
autoprefixer()
|
||||||
browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue