Created
February 17, 2019 01:25
-
-
Save piotrekwitkowski/63d262896215a8d569ca12f8e9d0dd7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function (_, env) { | |
const isProd = env.mode === 'production'; | |
return { | |
mode: isProd ? 'production' : 'development', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment