We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48cd60 commit 65de90fCopy full SHA for 65de90f
packages/package/src/validate.js
@@ -85,7 +85,7 @@ export function _create_validator(options) {
85
[...imports].filter((i) => i.startsWith('$app/')).length === 1
86
) {
87
warnings.push(
88
- 'Avoid usage of `$app/environment` in your code, if you want to library to work for people not using SvelteKit (only regular Svelte, for example). ' +
+ 'Avoid usage of `$app/environment` in your code, if you want the library to work for people not using SvelteKit (only regular Svelte, for example). ' +
89
'Consider using packages like `esm-env` instead which provide cross-bundler-compatible environment variables.'
90
);
91
}
0 commit comments