0
0
Fork 0
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:
Dan Brown 2024-06-19 20:00:29 +01:00
parent e2409a5fab
commit 13d970c7ce
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
34 changed files with 99 additions and 16 deletions
dev/build

View file

@ -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 */',