worklet-loader
worklet-loader copied to clipboard
No re-written after changing the source code of .worklet.js
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.