Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | {
|
---|
2 | "title": "Less Loader options",
|
---|
3 | "type": "object",
|
---|
4 | "properties": {
|
---|
5 | "lessOptions": {
|
---|
6 | "description": "Options to pass through to `Less` (https://github.com/webpack-contrib/less-loader#lessoptions).",
|
---|
7 | "anyOf": [
|
---|
8 | {
|
---|
9 | "type": "object",
|
---|
10 | "additionalProperties": true
|
---|
11 | },
|
---|
12 | {
|
---|
13 | "instanceof": "Function"
|
---|
14 | }
|
---|
15 | ]
|
---|
16 | },
|
---|
17 | "additionalData": {
|
---|
18 | "description": "Prepends/Appends `Less` code to the actual entry file (https://github.com/webpack-contrib/less-loader#additionalData).",
|
---|
19 | "anyOf": [
|
---|
20 | {
|
---|
21 | "type": "string"
|
---|
22 | },
|
---|
23 | {
|
---|
24 | "instanceof": "Function"
|
---|
25 | }
|
---|
26 | ]
|
---|
27 | },
|
---|
28 | "sourceMap": {
|
---|
29 | "description": "Enables/Disables generation of source maps (https://github.com/webpack-contrib/less-loader#sourcemap).",
|
---|
30 | "type": "boolean"
|
---|
31 | },
|
---|
32 | "webpackImporter": {
|
---|
33 | "description": "Enables/Disables default `webpack` importer (https://github.com/webpack-contrib/less-loader#webpackimporter).",
|
---|
34 | "type": "boolean"
|
---|
35 | },
|
---|
36 | "implementation": {
|
---|
37 | "description": "The implementation of the `Less` to be used (https://github.com/webpack-contrib/less-loader#implementation).",
|
---|
38 | "anyOf": [
|
---|
39 | {
|
---|
40 | "type": "string"
|
---|
41 | },
|
---|
42 | {
|
---|
43 | "type": "object"
|
---|
44 | }
|
---|
45 | ]
|
---|
46 | }
|
---|
47 | },
|
---|
48 | "additionalProperties": false
|
---|
49 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.