Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akgupta0777 opened this issue Sep 15, 2021 · 0 comments
Open

Comments

@akgupta0777
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant