WIP: dynamically add references to scenario svg
This commit is contained in:
@@ -129,7 +129,7 @@ const ctx = await esbuild.context({
|
||||
outdir: 'build',
|
||||
plugins: [resolveImportedSvg],
|
||||
loader: {
|
||||
'.svg': 'file'
|
||||
'.svg': 'text'
|
||||
},
|
||||
assetNames: 'assets/images/[name]-[hash]',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user