@remix-run/css-bundle
Advanced tools
Comparing version 0.0.0-nightly-3cb6e37-20230622 to 0.0.0-nightly-3d7966f52-20240916
/** | ||
* @remix-run/css-bundle v0.0.0-nightly-3cb6e37-20230622 | ||
* @remix-run/css-bundle v0.0.0-nightly-3d7966f52-20240916 | ||
* | ||
@@ -11,5 +11,7 @@ * Copyright (c) Remix Software Inc. | ||
*/ | ||
// Injected by `cssBundlePlugin` | ||
let cssBundleHref = typeof __INJECT_CSS_BUNDLE_HREF__ === "string" ? __INJECT_CSS_BUNDLE_HREF__ : undefined; | ||
// This file's contents are replaced by `cssBundlePlugin`. This file only exists | ||
// to provide type definitions and a graceful fallback when importing this | ||
// package outside of the Remix compiler. | ||
const cssBundleHref = undefined; | ||
export { cssBundleHref }; |
@@ -1,2 +0,1 @@ | ||
declare let cssBundleHref: string | undefined; | ||
export { cssBundleHref }; | ||
export declare const cssBundleHref: string | undefined; |
/** | ||
* @remix-run/css-bundle v0.0.0-nightly-3cb6e37-20230622 | ||
* @remix-run/css-bundle v0.0.0-nightly-3d7966f52-20240916 | ||
* | ||
@@ -15,5 +15,7 @@ * Copyright (c) Remix Software Inc. | ||
// Injected by `cssBundlePlugin` | ||
let cssBundleHref = typeof __INJECT_CSS_BUNDLE_HREF__ === "string" ? __INJECT_CSS_BUNDLE_HREF__ : undefined; | ||
// This file's contents are replaced by `cssBundlePlugin`. This file only exists | ||
// to provide type definitions and a graceful fallback when importing this | ||
// package outside of the Remix compiler. | ||
const cssBundleHref = undefined; | ||
exports.cssBundleHref = cssBundleHref; |
MIT License | ||
Copyright (c) Remix Software Inc. 2020-2021 | ||
Copyright (c) Shopify Inc. 2022-2023 | ||
Copyright (c) Shopify Inc. 2022-2024 | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@remix-run/css-bundle", | ||
"version": "0.0.0-nightly-3cb6e37-20230622", | ||
"version": "0.0.0-nightly-3d7966f52-20240916", | ||
"description": "CSS bundle href when using CSS bundling features in Remix", | ||
@@ -19,4 +19,7 @@ "homepage": "https://remix.run", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3163
33