Skip to content

I'm trying to fetch a .wasm file and it's always 404 no matter where I place it. #1610

Answered by rschristian
Tyler2k asked this question in Q&A
Discussion options

You must be logged in to vote

build/ has no bearing on the dev server. That's your built output, used by the serve command in the templates or for upload to a server.

What do you mean by "a public folder"?

By default, src/assets/ is copied into your output and you can put static assets there. Or, you can add another path to copy to your build output using CopyWebpackPlugin.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Tyler2k
Comment options

@Tyler2k
Comment options

@rschristian
Comment options

@Tyler2k
Comment options

@rschristian
Comment options

Answer selected by Tyler2k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants