latest--compilerdefaults
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/compilerconfig-json/_shared/latest--compilerdefaults.json |
| Parent schema | compilerconfig-json |
Schema for bundleconfig.json files
Properties
5 nested properties
Specify options for the compiler.
11 nested properties
LESS only. Support for AutoPrefixer by adding a browser string. An empty string means this feature is disabled. Example: 'last 2 versions, > 5%'. See more at https://github.com/ai/browserslist.
LESS only. CSScomb helps you sort and categorize CSS properties in your code to improve maintenance of your stylesheets. You can specify a relative path to a local .json file as well.
LESS only. Currently only used for the data-uri function to ensure that images aren't created that are too large for the browser to handle.
LESS only. Specifies which mode Less will use to process the math in your CSS.
Generates a base64 encoded source map at the bottom of the output.
(DEPRECATED: Use 'math' instead) LESS only. Without this option on Less will try and process all maths in your CSS.
LESS only. Without this option, less attempts to guess at the output unit when it does maths.
LESS only. This option allows you to re-write URL's in imported files so that the URL is always relative to the base imported file.
LESS only. Allows you to add a path to every generated import and URL in your CSS. This does not affect less import statements that are processed, just ones that are left in the output css.
LESS only. Base path, will be emitted in source-map as is.
Scss only. This is the opposite of the rootpath option, it specifies a path which should be removed from the output paths.
Specify options for the compiler.
9 nested properties
Scss only. Path to look for imported files
Scss only. Indent type for output CSS.
Scss only. Number of spaces or tabs.
Scss only. Linefeed style (cr | crlf | lf | lfcr).
Scss only. Determines the output format of the final CSS style.
Scss only. Used to determine how many digits after the decimal will be allowed. For instance, if you had a decimal number of 1.23456789 and a precision of 5, the result will be 1.23457 in the final CSS.
Scss only. This option allows you to re-write URL's to make them relative to the output file. This doesn't work for imported .scss files.
Generates a base64 encoded source map at the bottom of the output.
Scss only. Base path, will be emitted in source-map as is.
Specify options for the compiler.
1 nested properties
Generates a base64 encoded source map at the bottom of the output.
Specify options for the compiler.
3 nested properties
CoffeeScript only. Compile the JavaScript without the top-level function safety wrapper.
CoffeeScript only. Specify how the Iced runtime is included in the output JavaScript file.
Generates a source map file.
Specify options for the compiler.
8 nested properties
Removes the BOM (Byte Order Mark) from the beginning of the templates.
Template namespace
Template root. Base value that will be stripped from template names.
List of known helpers for a more optimized output (comma separated)
Compile with known helpers only
Path to the Handlebars module to export CommonJS style
Exports amd style (require.js), this option has priority to commonjs.
2 nested properties
Definitions
Specify options for the compiler.
LESS only. Support for AutoPrefixer by adding a browser string. An empty string means this feature is disabled. Example: 'last 2 versions, > 5%'. See more at https://github.com/ai/browserslist.
LESS only. CSScomb helps you sort and categorize CSS properties in your code to improve maintenance of your stylesheets. You can specify a relative path to a local .json file as well.
LESS only. Currently only used for the data-uri function to ensure that images aren't created that are too large for the browser to handle.
LESS only. Specifies which mode Less will use to process the math in your CSS.
Generates a base64 encoded source map at the bottom of the output.
(DEPRECATED: Use 'math' instead) LESS only. Without this option on Less will try and process all maths in your CSS.
LESS only. Without this option, less attempts to guess at the output unit when it does maths.
LESS only. This option allows you to re-write URL's in imported files so that the URL is always relative to the base imported file.
LESS only. Allows you to add a path to every generated import and URL in your CSS. This does not affect less import statements that are processed, just ones that are left in the output css.
LESS only. Base path, will be emitted in source-map as is.
Scss only. This is the opposite of the rootpath option, it specifies a path which should be removed from the output paths.
Specify options for the compiler.
Scss only. Path to look for imported files
Scss only. Indent type for output CSS.
Scss only. Number of spaces or tabs.
Scss only. Linefeed style (cr | crlf | lf | lfcr).
Scss only. Determines the output format of the final CSS style.
Scss only. Used to determine how many digits after the decimal will be allowed. For instance, if you had a decimal number of 1.23456789 and a precision of 5, the result will be 1.23457 in the final CSS.
Scss only. This option allows you to re-write URL's to make them relative to the output file. This doesn't work for imported .scss files.
Generates a base64 encoded source map at the bottom of the output.
Scss only. Base path, will be emitted in source-map as is.
Specify options for the compiler.
CoffeeScript only. Compile the JavaScript without the top-level function safety wrapper.
CoffeeScript only. Specify how the Iced runtime is included in the output JavaScript file.
Generates a source map file.
Specify options for the compiler.
Generates a base64 encoded source map at the bottom of the output.
Specify options for the compiler.
Removes the BOM (Byte Order Mark) from the beginning of the templates.
Template namespace
Template root. Base value that will be stripped from template names.
List of known helpers for a more optimized output (comma separated)
Compile with known helpers only
Path to the Handlebars module to export CommonJS style
Exports amd style (require.js), this option has priority to commonjs.
Produce a .gz file after minification.
For the multi-line output feature, how many spaces to use when indenting a block (see outputMode).
SingleLine minifies everything to a single line. MultipleLines breaks the minified code into multiple lines for easier reading.
CSS only. If no color names are to be used, set this value to 'hex'. If a set of colors recognized by all major browser is okay to use (W3C-strict validation is not required), set this value to 'major'.
CSS only. How to treat comments in the code. The default is 'none', which will strip all comments except 'important' comments. 'all' will leave all comments, and 'hacks' will only leave certain known comment-based hacks.
Forces all rules to be terminated with semicolons if set to true.
JavaScript only.
JavaScript only.
JavaScript only. Controls if local variables should be shortened.
Forces all rules to be terminated with semicolons if set to true.