scss-bundle
- Version 3.1.2
- Published
- 57.2 kB
- 18 dependencies
- MIT license
Install
npm i scss-bundleyarn add scss-bundlepnpm add scss-bundleOverview
Bundling SCSS files to one bundled file.
Index
Classes
class Bundler
class Bundler {}constructor
constructor(fileRegistry?: FileRegistry, projectDirectory?: string);method bundle
bundle: ( file: string, dedupeGlobs?: string[], includePaths?: string[], ignoredImports?: string[]) => Promise<BundleResult>;Interfaces
interface BundleResult
interface BundleResult {}interface BundlerOptions
interface BundlerOptions {}property dedupeGlobs
dedupeGlobs?: string[];property entryFile
entryFile?: string;property ignoreImports
ignoreImports?: string[];property includePaths
includePaths?: string[];property logLevel
logLevel?: string;property outFile
outFile?: string;property project
project?: string;property rootDir
rootDir?: string;property watch
watch?: boolean;interface FileRegistry
interface FileRegistry {}index signature
[id: string]: string | undefined;interface ImportData
interface ImportData {}interface ScssBundleConfig
interface ScssBundleConfig {}property bundlerOptions
bundlerOptions: BundlerOptions;Package Files (3)
Dependencies (18)
Dev Dependencies (8)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/scss-bundle.
- Markdown[](https://www.jsdocs.io/package/scss-bundle)
- HTML<a href="https://www.jsdocs.io/package/scss-bundle"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1039 ms. - Missing or incorrect documentation? Open an issue for this package.
