mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
chore(monorepo/client): set up stylesheets
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
main: './src/desktop.ts',
|
||||
baseHref: '/',
|
||||
assets: ["./src/assets"],
|
||||
styles: ["./src/styles.css"],
|
||||
styles: [],
|
||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||
optimization: process.env['NODE_ENV'] === 'production',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user