Update postcss.js
Remove extraneous `null` assignment on optional exports.
This commit is contained in:
@@ -12,8 +12,7 @@ try {
|
||||
autoprefixer = await import('autoprefixer');
|
||||
autoprefixer = autoprefixer.default;
|
||||
} catch (err) {
|
||||
postcss = null;
|
||||
autoprefixer = null;
|
||||
// do nothing
|
||||
}
|
||||
|
||||
export default postcss;
|
||||
|
||||
Reference in New Issue
Block a user