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

No re-written after changing the source code of .worklet.js #3

Open
wxfred opened this issue Mar 26, 2022 · 0 comments
Open

No re-written after changing the source code of .worklet.js #3

wxfred opened this issue Mar 26, 2022 · 0 comments

Comments

@wxfred
Copy link

wxfred commented Mar 26, 2022

version
worklet-loader: 2.0.0
webpack: 4.46.0

worklet-loader options:

{
  inline: true,
}

I'm using vue-cli to build a project which is integrated with webpack. In dev mode, the worklet-loader seems to not re-written worklet js files after the modification, even I restart the whole project, unless I change the publicPath to force it to reload.

And, there is another problem, if inline is not set, the error would appear after creating an instance of AudioWorkletNode
Uncaught (in promise) DOMException: Failed to construct 'AudioWorkletNode': AudioWorkletNode cannot be created: The node name 'bypass-processor' is not defined in AudioWorkletGlobalScope.

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