Searched refs:isProduction (Results 1 – 1 of 1) sorted by relevance
21 const isProduction = process.env.NODE_ENV === 'production'; constant76 const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader';206 if (isProduction) {