Chapter 105: enableScss()
Core Idea
_available from v4. 0.
Key Concepts
Code Examples
Config.overrideBundlerConfig((currentConfiguration) => {
return enableScss(currentConfiguration);
});
- What it demonstrates: Usage pattern for enableScss() from the official docs.
Key Takeaways
- Understand see also when working with enableScss().
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundler: related page in the CLI & Bundling section.