Commit 79d58035f42b5e0b65ff673acd69523c69fc51fc
1 parent
b9c27ed5
DataKey configuration. React Schema Form initial implementation.
Showing
1 changed file
with
10 additions
and
3 deletions
Too many changes to show.
To preserve performance only 1 of 54 files are displayed.
... | ... | @@ -32,8 +32,15 @@ |
32 | 32 | ], |
33 | 33 | "styles": [ |
34 | 34 | "src/styles.scss", |
35 | - "node_modules/jquery.terminal/css/jquery.terminal.min.css" | |
35 | + "node_modules/jquery.terminal/css/jquery.terminal.min.css", | |
36 | + "src/app/shared/components/json-form/react/json-form.scss", | |
37 | + "node_modules/rc-select/assets/index.css" | |
36 | 38 | ], |
39 | + "stylePreprocessorOptions": { | |
40 | + "includePaths": [ | |
41 | + "src/scss" | |
42 | + ] | |
43 | + }, | |
37 | 44 | "scripts": [ |
38 | 45 | "node_modules/javascript-detect-element-resize/detect-element-resize.js", |
39 | 46 | "node_modules/jquery/dist/jquery.min.js", |
... | ... | @@ -95,8 +102,8 @@ |
95 | 102 | "budgets": [ |
96 | 103 | { |
97 | 104 | "type": "initial", |
98 | - "maximumWarning": "2mb", | |
99 | - "maximumError": "5mb" | |
105 | + "maximumWarning": "5mb", | |
106 | + "maximumError": "10mb" | |
100 | 107 | } |
101 | 108 | ] |
102 | 109 | } | ... | ... |