Updates all packages to latest compatible versions. Fixes all those compiler warnings about CSS.
This commit is contained in:
parent
bcf7a9391c
commit
a26a285262
File diff suppressed because it is too large
Load Diff
118
package.json
118
package.json
|
@ -25,86 +25,88 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^12.1.3",
|
"@angular/animations": "^12.2.0",
|
||||||
"@angular/cdk": "^12.1.3",
|
"@angular/cdk": "^12.2.0",
|
||||||
"@angular/common": "^12.1.3",
|
"@angular/common": "^12.2.0",
|
||||||
"@angular/compiler": "^12.1.3",
|
"@angular/compiler": "^12.2.0",
|
||||||
"@angular/core": "^12.1.3",
|
"@angular/core": "^12.2.0",
|
||||||
"@angular/flex-layout": "^12.0.0-beta.34",
|
"@angular/flex-layout": "^12.0.0-beta.34",
|
||||||
"@angular/forms": "^12.1.3",
|
"@angular/forms": "^12.2.0",
|
||||||
"@angular/material": "^12.1.3",
|
"@angular/material": "^12.2.0",
|
||||||
"@angular/platform-browser": "^12.1.3",
|
"@angular/platform-browser": "^12.2.0",
|
||||||
"@angular/platform-browser-dynamic": "^12.1.3",
|
"@angular/platform-browser-dynamic": "^12.2.0",
|
||||||
"@angular/router": "^12.1.3",
|
"@angular/router": "^12.2.0",
|
||||||
"@ngx-formly/core": "^5.10.22",
|
"@ngx-formly/core": "^5.10.22",
|
||||||
"@ngx-formly/material": "^5.10.22",
|
"@ngx-formly/material": "^5.10.22",
|
||||||
"@sentry/browser": "^5.30.0",
|
"@sentry/browser": "^5.30.0",
|
||||||
"@yellowspot/ng-truncate": "^1.7.0",
|
"@yellowspot/ng-truncate": "^1.7.0",
|
||||||
"bpmn-js": "^6.5.1",
|
"bpmn-js": "^8.7.1",
|
||||||
"bpmn-js-properties-panel": "^0.33.2",
|
"bpmn-js-properties-panel": "^0.44.0",
|
||||||
"camunda-bpmn-moddle": "^4.4.0",
|
"camunda-bpmn-moddle": "^5.1.2",
|
||||||
"camunda-dmn-moddle": "^1.0.0",
|
"camunda-dmn-moddle": "^1.1.0",
|
||||||
"diagram-js": "^6.6.1",
|
"diagram-js": "^7.3.0",
|
||||||
"diagram-js-code-editor": "^1.1.8",
|
"diagram-js-code-editor": "^1.1.8",
|
||||||
"diagram-js-minimap": "^2.0.3",
|
"diagram-js-minimap": "^2.0.4",
|
||||||
"dmn-js": "^7.5.1",
|
"dmn-js": "10.3.0",
|
||||||
"dmn-js-properties-panel": "^0.3.5",
|
"dmn-js-properties-panel": "^0.6.1",
|
||||||
"dmn-moddle": "^6.0.0",
|
"dmn-moddle": "^10.0.0",
|
||||||
"file-saver": "^2.0.2",
|
"file-saver": "^2.0.5",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"lodash.isequal": "^4.5.0",
|
"lodash": "^4.5.0",
|
||||||
"ngx-device-detector": "^2.1.1",
|
"ngx-device-detector": "^2.1.1",
|
||||||
"ngx-file-drop": "^11.1.0",
|
"ngx-file-drop": "^11.1.0",
|
||||||
"ngx-highlightjs": "^4.1.4",
|
"ngx-highlightjs": "^4.1.4",
|
||||||
"ngx-markdown": "^12.0.1",
|
"ngx-markdown": "^12.0.1",
|
||||||
"protractor": "~7.0.0",
|
"protractor": "^7.0.0",
|
||||||
"rxjs": "^6.5.5",
|
"rxjs": "^6.5.3",
|
||||||
"sartography-workflow-lib": "^0.0.538",
|
"sartography-workflow-lib": "0.0.538",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.3.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "^0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/custom-webpack": "^12.1.0",
|
"@angular-builders/custom-webpack": "^12.1.0",
|
||||||
"@angular-devkit/build-angular": "^12.1.3",
|
"@angular-devkit/build-angular": "^12.2.0",
|
||||||
|
"@angular-devkit/build-webpack": "^0.1202.0",
|
||||||
"@angular-eslint/builder": "12.3.1",
|
"@angular-eslint/builder": "12.3.1",
|
||||||
"@angular-eslint/eslint-plugin": "12.3.1",
|
"@angular-eslint/eslint-plugin": "^12.3.1",
|
||||||
"@angular-eslint/eslint-plugin-template": "12.3.1",
|
"@angular-eslint/eslint-plugin-template": "^12.3.1",
|
||||||
"@angular-eslint/schematics": "12.3.1",
|
"@angular-eslint/schematics": "^12.3.1",
|
||||||
"@angular-eslint/template-parser": "12.3.1",
|
"@angular-eslint/template-parser": "^12.3.1",
|
||||||
"@angular/cli": "^12.1.3",
|
"@angular/cli": "^12.2.0",
|
||||||
"@angular/compiler-cli": "^12.1.3",
|
"@angular/compiler-cli": "^12.2.0",
|
||||||
"@angular/language-service": "^12.1.3",
|
"@angular/language-service": "^12.2.0",
|
||||||
"@babel/compat-data": "7.9.0",
|
"@babel/compat-data": "^7.15.0",
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.15.0",
|
||||||
"@babel/preset-env": "^7.15.0",
|
"@babel/preset-env": "^7.15.0",
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@types/jasmine": "~3.6.0",
|
"@types/jasmine": "^3.8.2",
|
||||||
"@types/jasminewd2": "^2.0.8",
|
"@types/jasminewd2": "^2.0.10",
|
||||||
"@types/node": "^12.12.50",
|
"@types/node": "^16.4.13",
|
||||||
"@typescript-eslint/eslint-plugin": "4.28.2",
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
||||||
"@typescript-eslint/parser": "4.28.2",
|
"@typescript-eslint/parser": "^4.29.1",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"eslint": "^7.26.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-import": "latest",
|
"eslint-plugin-import": "^2.24.0",
|
||||||
"eslint-plugin-jsdoc": "latest",
|
"eslint-plugin-jsdoc": "^36.0.7",
|
||||||
"eslint-plugin-prefer-arrow": "latest",
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||||
"jasmine-core": "~3.8.0",
|
"jasmine-core": "^3.8.0",
|
||||||
"jasmine-spec-reporter": "~5.0.0",
|
"jasmine-spec-reporter": "^7.0.0",
|
||||||
"karma": "~6.3.4",
|
"karma": "^6.3.4",
|
||||||
"karma-chrome-launcher": "~3.1.0",
|
"karma-chrome-launcher": "^3.1.0",
|
||||||
"karma-coverage-istanbul-reporter": "~3.0.3",
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
||||||
"karma-jasmine": "~4.0.1",
|
"karma-jasmine": "^4.0.1",
|
||||||
"karma-jasmine-html-reporter": "^1.7.0",
|
"karma-jasmine-html-reporter": "^1.7.0",
|
||||||
"mockdate": "^2.0.5",
|
"lodash.isequal": "^4.5.0",
|
||||||
"postcss-loader": "^3.0.0",
|
"mockdate": "^3.0.5",
|
||||||
|
"postcss-loader": "^6.1.1",
|
||||||
"postcss-short": "^5.0.0",
|
"postcss-short": "^5.0.0",
|
||||||
"puppeteer": "^2.1.1",
|
"puppeteer": "^10.2.0",
|
||||||
"sonar-scanner": "^3.1.0",
|
"sonar-scanner": "^3.1.0",
|
||||||
"ts-node": "~8.6.2",
|
"ts-node": "^10.2.0",
|
||||||
"typescript": "~4.3.5",
|
"typescript": "^4.3.5",
|
||||||
"webpack": "^5.49.0",
|
"webpack": "^5.50.0",
|
||||||
"webpack-dev-server": "4.0.0-rc.0",
|
"webpack-dev-server": "^3.11.2",
|
||||||
"webpack-notifier": "1.13.0"
|
"webpack-notifier": "^1.13.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,40 +0,0 @@
|
||||||
|
|
||||||
.dmn-icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-decision { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-input { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-output { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-copy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-undo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-redo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-setting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-eraser { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-resize-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-file-code { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-business-knowledge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-knowledge-source { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-input-data { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-text-annotation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-connection { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-connection-multi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-drag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-lasso-tool { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-screw-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-bpmn-io { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-decision-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-literal-expression { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-cut { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
|
@ -1,51 +0,0 @@
|
||||||
[class^="dmn-icon-"], [class*=" dmn-icon-"] {
|
|
||||||
font-family: 'dmn';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
|
|
||||||
/* fix buttons height */
|
|
||||||
line-height: 1em;
|
|
||||||
|
|
||||||
/* you can be more comfortable with increased icons size */
|
|
||||||
/* font-size: 120%; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.dmn-icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-decision { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-input { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-output { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-copy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-undo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-redo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-setting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-eraser { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-resize-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-file-code { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-business-knowledge { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-knowledge-source { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-input-data { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-text-annotation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-connection { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-connection-multi { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-drag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-lasso-tool { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-screw-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-bpmn-io { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-decision-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-literal-expression { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-cut { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
||||||
.dmn-icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
|
@ -24,19 +24,17 @@
|
||||||
<link href="favicon.ico?v=1" rel="icon" type="image/x-icon">
|
<link href="favicon.ico?v=1" rel="icon" type="image/x-icon">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://use.typekit.net/kwp6dli.css">
|
<link rel="stylesheet" href="https://use.typekit.net/kwp6dli.css">
|
||||||
<link href="assets/css/diagram-js.css" rel="stylesheet" type="text/css">
|
<link href="src/assets/css/diagram-js.css" rel="stylesheet" type="text/css">
|
||||||
<link href="assets/css/dmn-js-decision-table.css" rel="stylesheet" type="text/css">
|
<link href="src/assets/css/dmn-js-decision-table.css" rel="stylesheet" type="text/css">
|
||||||
<link href="assets/css/dmn-js-decision-table-controls.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-js-decision-table-controls.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-js-drd.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-js-drd.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-js-literal-expression.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-js-literal-expression.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-js-properties-panel.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-js-properties-panel.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-js-shared.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-js-shared.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-font/css/animation.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-font/css/animation.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-font/css/dmn.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-font/css/dmn.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-font/css/dmn-codes.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-font/css/dmn-codes.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-font/css/dmn-embedded.css" rel="stylesheet">
|
<link href="src/assets/css/dmn-font/css/dmn-embedded.css" rel="stylesheet">
|
||||||
<link href="assets/css/dmn-font/css/dmn-ie7.css" rel="stylesheet">
|
|
||||||
<link href="assets/css/dmn-font/css/dmn-ie7-codes.css" rel="stylesheet">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
|
|
@ -14,10 +14,11 @@ module.exports = {
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
loader: 'postcss-loader',
|
loader: 'postcss-loader',
|
||||||
options: {
|
options: {
|
||||||
ident: 'postcss',
|
postcssOptions: {
|
||||||
plugins: () => [
|
plugins: [
|
||||||
require('postcss-short')(),
|
"postcss-short",
|
||||||
]
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue