Path : /hermes/sb_web/b2680/childrendccom.domain.com/summernote-master/ |
Current < : /hermes/sb_web/b2680/childrendccom.domain.com/summernote-master/postcss.config.js |
// It is handy to not have those transformations while we developing if (process.env.NODE_ENV === "production") { module.exports = { plugins: [require("autoprefixer"), require("cssnano")] }; } else if (process.env.NODE_ENV === "development") { module.exports = { plugins: [require("autoprefixer")] }; }