feat: Add a way to view / sign books (#158)
--------- Co-authored-by: soulless-ai <mr.chupak@gmail.com> Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
This commit is contained in:
parent
cda1d59d3b
commit
b7356efbce
27 changed files with 1104 additions and 19 deletions
|
|
@ -53,6 +53,10 @@ fs.promises.readdir(path.resolve(__dirname, '../src/react')).then(async (files)
|
|||
write: false, // todo
|
||||
loader: {
|
||||
'.png': 'dataurl',
|
||||
'.jpg': 'dataurl',
|
||||
'.jpeg': 'dataurl',
|
||||
'.webp': 'dataurl',
|
||||
'.css': 'text',
|
||||
},
|
||||
plugins: [
|
||||
// on external module resolve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue