mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
fix(nx/client): proxying of libraries
This commit is contained in:
@@ -42,7 +42,11 @@ module.exports = {
|
||||
}
|
||||
],
|
||||
baseHref: '/',
|
||||
assets: ["./src/assets", "./src/stylesheets"],
|
||||
assets: [
|
||||
"./src/assets",
|
||||
"./src/stylesheets",
|
||||
"./src/libraries",
|
||||
],
|
||||
styles: [],
|
||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||
optimization: process.env['NODE_ENV'] === 'production',
|
||||
|
||||
Reference in New Issue
Block a user