You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
break: use compilerOptions for svelte.compile config (#145)
* fix(types): correct `warn` type on CssWriter
* fix(types): share `options.onwarn` type
* break: use `compilerOptions` for compiler config;
- show warning on presence of non-plugin option
- Closes#144
* chore(types): consolidate
* chore: reference `rest.preprocess` for consistency
* chore: pr comments
console.warn('\nrollup-plugin-svelte: The following packages did not export their `package.json` file so we could not check the `svelte` field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.\n');
211
+
console.warn(`\n${PREFIX} The following packages did not export their \`package.json\` file so we could not check the "svelte" field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.\n`);
0 commit comments