Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Customizing worker bundles name results in "worker" word in file twice. #120

Open
@akgupta0777

Description

I am using webpack with workerize-loader and this is my config.

rules: [
 {
 test: /\.worker\.js$/,
 use: [
 {
 loader: 'workerize-loader',
 options: {
 inline: true,
 name: '[name]',
 },
 },

I put name in options so that my worker files are comeup with a proper name not a content hash.but this results in the word worker twice in the filename.

image

as you can see in above image worker word is coming twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /