MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2680/childrendccom.domain.com/summernote-master/
File Upload :
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")]
  };
}