File name: cssnano.config.js
const path = require("path");
const config = {
  "discardComments": {
    "removeAll": true
  }
}
module.exports = config 
 
 compile error message with Parcel: what does Expected a valid Node.js module identifier (< string >) mean? 
