.bootstraprc
Webpack bootstrap-loader configuration file
| Type | object |
|---|---|
| File match |
.bootstraprc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bootstraprc/latest.json |
| Source | https://www.schemastore.org/bootstraprc.json |
Validate with Lintel
npx @lintel/lintel check
All of
Definitions
Enables/disables extraction of styles to a standalone CSS file using extract-text-webpack-plugin
Import your custom styles here. Usually this endpoint file contains a list of @imports of your application styles.
The .scss file path to be loaded after Bootstrap's _variables.scss file
The major version of Bootstrap being used
The verbosity of logging. Exclude this property to disable.
The .scss file path to be loaded before Bootstrap's _variables.scss file
Excludes/includes Bootstrap's JavaScript modules
An array of Webpack loader names. Order matters, and sass-loader is required.
[
"style",
"css",
"sass"
]
Excludes/includes Bootstrap's CSS modules
Set to true if using a custom icon font and you need to specify its path in your Sass files
Enables/disables the flexbox model available in Bootstrap 4