mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-15 05:00:28 +00:00
Lexical: Added button icon system
With a bunch of default icons
This commit is contained in:
parent
e2409a5fab
commit
13d970c7ce
34 changed files with 99 additions and 16 deletions
dev/build
|
@ -32,6 +32,13 @@ esbuild.build({
|
|||
format: 'esm',
|
||||
minify: isProd,
|
||||
logLevel: 'info',
|
||||
loader: {
|
||||
'.svg': 'text',
|
||||
},
|
||||
absWorkingDir: path.join(__dirname, '../..'),
|
||||
alias: {
|
||||
'@icons': './resources/icons',
|
||||
},
|
||||
banner: {
|
||||
js: '// See the "/licenses" URI for full package license details',
|
||||
css: '/* See the "/licenses" URI for full package license details */',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue