dependencies: bump (major)

This commit is contained in:
Jesse Chan
2020-09-17 22:38:39 +08:00
parent 3214001f7e
commit aaf873d9fa
54 changed files with 1243 additions and 808 deletions
+3 -4
View File
@@ -56,10 +56,9 @@ module.exports = {
loader: 'postcss-loader',
options: {
sourceMap: true,
// Necessary for external CSS imports to work
// https://github.com/facebookincubator/create-react-app/issues/2677
ident: 'postcss',
plugins: () => [autoprefixer()],
postcssOptions: {
plugins: () => [autoprefixer()],
},
},
},
{