This repository was archived by the owner on Sep 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 276
Not work in typescript 2.4 #111
Comments
You need |
@itfinally See @pconerly comment @pconerly Thx 👍 Feel free to reopen if still regressions :) |
thallada
added a commit
to thallada/worker-loader
that referenced
this issue
Apr 22, 2018
Updates the TypeScript example to use the ES6 import syntax like the other examples. Includes the change to `Worker.ts` mentioned in webpack-contrib#111 to get it to work with `import` instead of `require`.
shellscape
pushed a commit
that referenced
this issue
May 27, 2018
Updates the TypeScript example to use the ES6 import syntax like the other examples. Includes the change to `Worker.ts` mentioned in #111 to get it to work with `import` instead of `require`.
TheLD6978
pushed a commit
to TheLD6978/worker-loader
that referenced
this issue
Apr 16, 2021
Updates the TypeScript example to use the ES6 import syntax like the other examples. Includes the change to `Worker.ts` mentioned in webpack-contrib#111 to get it to work with `import` instead of `require`.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hello , in typescript 2.4, worker-loader 1.1.0, it not work.
I following the chapter of "Integrating with TypeScript" to write this file:
Oh, also i have the configuration in the tsconfig.json
But got this exception ->
TS1192: Module '"worker-loader!*"' has no default export.
So how can i running this?
The text was updated successfully, but these errors were encountered: