UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

21 lines 664 B
/** * Inlined style-inject module * Original: https://github.com/nicolo-ribaudo/style-inject * * This module is used at runtime to inject CSS into the DOM when * the `inject` option is enabled and `extract` is disabled. */ /** * The style-inject runtime code that gets injected into the bundle * This is the ES module version that will be imported at runtime */ export declare const styleInjectCode: string; /** * Virtual module ID for style-inject */ export declare const STYLE_INJECT_ID = "\0style-inject"; /** * Path that will be used in imports */ export declare const STYLE_INJECT_PATH = "style-inject"; //# sourceMappingURL=style-inject.d.ts.map