Home
last modified time | relevance | path

Searched refs:isProduction (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/
Dwebpack.config.js21 const isProduction = process.env.NODE_ENV === 'production'; constant
76 const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader';
206 if (isProduction) {