Skip to content

Commit

Permalink
Add example assets to the published files for the web dev server (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcomputerguy0101 authored Sep 25, 2024
1 parent e52e1da commit bf84983
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ module.exports = {
mode: 'development',
experiments: {
asyncWebAssembly: true
}
},
devServer: {
static: {
directory: path.resolve(__dirname, "../examples/assets"),
publicPath: "/examples/assets"
}
}
};

0 comments on commit bf84983

Please sign in to comment.