mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
chore(nx/client): supress bootstrap warnings
This commit is contained in:
parent
44b778fde6
commit
43a44bf44c
2
apps/client/src/stylesheets/bootstrap.scss
vendored
2
apps/client/src/stylesheets/bootstrap.scss
vendored
@ -1,2 +1,2 @@
|
|||||||
/* Import all of Bootstrap's CSS */
|
/* Import all of Bootstrap's CSS */
|
||||||
@import "bootstrap/scss/bootstrap";
|
@use "bootstrap/scss/bootstrap";
|
||||||
|
@ -48,6 +48,11 @@ module.exports = {
|
|||||||
"./src/libraries",
|
"./src/libraries",
|
||||||
],
|
],
|
||||||
styles: [],
|
styles: [],
|
||||||
|
stylePreprocessorOptions: {
|
||||||
|
sassOptions: {
|
||||||
|
quietDeps: true
|
||||||
|
}
|
||||||
|
},
|
||||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||||
optimization: process.env['NODE_ENV'] === 'production',
|
optimization: process.env['NODE_ENV'] === 'production',
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user