Skip to content

Commit 5b75ea7

Browse files
authored
Merge pull request #58 from MingweiSamuel/patch-1
Add @rollup/plugin-typescript warning to README.md
2 parents df25e6a + d1dc0b0 commit 5b75ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ webWorkerLoader({
193193
### TypeScript
194194
An example project that uses this plugin with TypeScript can be found [here](https://github.com/darionco/rollup-typescript-webworkers)
195195

196+
**WARNING:** `@rollup/plugin-typescript` is NOT compatible with this plugin, use `rollup-plugin-typescript2` instead (see [#38](https://github.com/darionco/rollup-plugin-web-worker-loader/issues/38)).
197+
196198
### Notes
197199
**WARNING:** To use code-splitting for the worker scripts, Rollup v1.9.2 or higher is required. See https://github.com/rollup/rollup/issues/2801 for more details.
198200

0 commit comments

Comments
 (0)