Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
}, true);
</script>
<link type="text/css" rel="stylesheet" href="mash.css" />
<script type="text/javascript" src="mashlib.js"></script>
<link type="text/css" rel="stylesheet" href="./mash.css" />
<script type="text/javascript" src="./mashlib.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const authn = SolidLogic.authn
Expand Down
4 changes: 1 addition & 3 deletions webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const common = {
target: 'web',
output: {
path: path.resolve(process.cwd(), 'dist'),
// 'auto' determines the public path at runtime based on the script's location
// This works for both the HTML file and dynamically loaded chunks
publicPath: 'auto',
publicPath: '',
library: {
name: 'Mashlib',
type: 'umd'
Expand Down