dev-scripts webpack config does not support loading audio assets #1145
Labels
category: plugin
Anything in the plugins folder
help wanted
Open for contributions
type: bug
Something isn't working
Category
Component
dev-scripts
Describe the bug
The current webpack config (which is shared between all of the plugins in samples) does not support loading asset files (such as audio files).
Expected behavior
We should use the
asset/resource
loader to support loading audio files.Additional context
I attempted to look into this, but my audio setup for my test environment isn't working, so I couldn't really test.
This is a blocker for #1072
We manually copy files used in examples so that the github pages work. This does not solve the problem of actually bundling assets with plugins.
The text was updated successfully, but these errors were encountered: