diff --git a/docs/preprocessing.md b/docs/preprocessing.md index 8cb25bd1..c21172e6 100644 --- a/docs/preprocessing.md +++ b/docs/preprocessing.md @@ -248,7 +248,7 @@ The Babel preprocessor accepts an options object which is passed onto the babel `Svelte` expects your JavaScript to be in at least ES6 format, so make sure to set your Babel configuration accordingly. -If you are using TypeScript through `@babel/plugin-transform-typescript`, set [onlyremovetypeimports](https://babeljs.io/docs/en/babel-preset-typescript#onlyremovetypeimports) to `true` so that all value imports are preserved. +If you are using TypeScript through `@babel/plugin-transform-typescript`, set [onlyRemoveTypeImports](https://babeljs.io/docs/en/babel-preset-typescript#onlyremovetypeimports) to `true` so that all value imports are preserved. _Note: If you want to transpile your app to be supported in older browsers, you must run babel from the context of your bundler._