Skip to content

Commit 1e0cade

Browse files
iMaximalmichael-ciniawsky
authored andcommitted
docs(README): use strong equality operator in example (#344)
1 parent e2f4498 commit 1e0cade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = ({ file, options, env }) => ({
175175
plugins: {
176176
'postcss-import': { root: file.dirname },
177177
'postcss-cssnext': options.cssnext ? options.cssnext : false,
178-
'autoprefixer': env == 'production' ? options.autoprefixer : false,
178+
'autoprefixer': env === 'production' ? options.autoprefixer : false,
179179
'cssnano': env === 'production' ? options.cssnano : false
180180
}
181181
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy