Ionic ajouté
This commit is contained in:
74
angular.json
74
angular.json
@@ -52,7 +52,40 @@
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
"src/styles.css",
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/core.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/normalize.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/structure.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/typography.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/display.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/padding.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/float-elements.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/text-alignment.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/text-transformation.css"
|
||||
},
|
||||
{
|
||||
"input": "node_modules/@ionic/angular/css/flex-utils.css"
|
||||
},
|
||||
{
|
||||
"input": "src/theme/variables.css"
|
||||
}
|
||||
],
|
||||
"scripts": []
|
||||
},
|
||||
@@ -94,8 +127,45 @@
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n"
|
||||
},
|
||||
"ionic-cordova-serve": {
|
||||
"builder": "@ionic/angular-toolkit:cordova-serve",
|
||||
"options": {
|
||||
"cordovaBuildTarget": "Knots-Front:ionic-cordova-build",
|
||||
"devServerTarget": "Knots-Front:serve"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"cordovaBuildTarget": "Knots-Front:ionic-cordova-build:production",
|
||||
"devServerTarget": "Knots-Front:serve:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ionic-cordova-build": {
|
||||
"builder": "@ionic/angular-toolkit:cordova-build",
|
||||
"options": {
|
||||
"browserTarget": "Knots-Front:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "Knots-Front:build:production"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"schematicCollections": [
|
||||
"@ionic/angular-toolkit"
|
||||
]
|
||||
},
|
||||
"schematics": {
|
||||
"@ionic/angular-toolkit:component": {
|
||||
"styleext": "scss"
|
||||
},
|
||||
"@ionic/angular-toolkit:page": {
|
||||
"styleext": "scss"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user