framework7-cli icon indicating copy to clipboard operation
framework7-cli copied to clipboard

CSS Source Maps built with sourcemaps = false

Open scriptPilot opened this issue 6 years ago • 0 comments

CSS Source Maps are built, even if the flag is set to false.

"webpack": {
      "developmentSourceMap": false,
      "productionSourceMap": false,
      "hashAssets": true,
      "preserveAssetsPaths": false,
      "inlineAssets": true
    }

Bildschirmfoto 2019-07-01 um 21 33 02

scriptPilot avatar Jul 01 '19 19:07 scriptPilot