You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
version
worklet-loader: 2.0.0
webpack: 4.46.0
worklet-loader options:
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.
The text was updated successfully, but these errors were encountered: