Erläuterung und Struktur der neuen eckig.json-Datei (Winkel-cli 6.x)

Das neue eckige.json Datei in eckige 6.x, hat als Teil seiner Struktur die folgenden

"styles": [{
  "input": "src/styles.scss"
}],
"scripts": []
},

Meine aktuellen eckig/cli-v1.72 hat das äquivalent in der .Winkel-cli.json

"styles": [
  "../scss/bootstrap/bootstrap.scss",
  "../src/assets/styles/icon8.css",
  "styles.scss",
  "styles-props.css"
],
"scripts": [
  "../node_modules/web-animations-js/web-animations.min.js",
  "../node_modules/jquery/dist/jquery.js",
],

Wie kann ich umwandeln der v1.7.2 v-6.x-format?
Was bedeutet das "Eingang" in das neue format stellt?

Cheers

InformationsquelleAutor st_clair_clarke | 2018-04-13

Schreibe einen Kommentar