Fix static file dir warning (#350)

This commit is contained in:
Sascha Ißbrücker
2022-10-05 10:00:13 +02:00
committed by GitHub
parent 7148bc62c3
commit 53be77aade
3 changed files with 7 additions and 5 deletions

View File

@@ -11,7 +11,8 @@ export default {
sourcemap: true,
format: 'iife',
name: 'linkding',
file: 'build/bundle.js'
// Generate bundle in static folder to that it is picked up by Django static files finder
file: 'bookmarks/static/bundle.js'
},
plugins: [
svelte({