Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Qwaz/webworker-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webworker-with-typescript

This repository contains two examples of using WebWorker API in a Webpack + TypeScript environment.

First directory, worker-loader shows an example setup using Webpack worker-loader plugin. Webpack worker-loader plugin supports inline loading and supports TypeScript integration.

Second directory, multiple-entry shows an example setup using Webpack's multiple entry feature. It also utilizes webpack's builtin plugin to merge common chunks of master and worker to a separate file.

About

Two example projects which use WebWorker in TypeScript + Webpack environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published