fix #1235: custom themes loading

This commit is contained in:
antelle 2019-08-20 20:18:16 +02:00
parent 74e9bb5fc7
commit c5c64bee20
3 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@
"message": "Prefer named exports"
}
],
"import/no-webpack-loader-syntax": "error",
"import/no-webpack-loader-syntax": "off",
"import/no-relative-parent-imports": "error",
"import/first": "error",
"import/no-namespace": "error",

View File

@ -1,4 +1,4 @@
const ThemeVarsScss = require('../../styles/base/_theme-vars.scss');
const ThemeVarsScss = require('raw-loader!../../styles/base/_theme-vars.scss').default;
const ThemeDefaults = require('../../styles/themes/_theme-defaults.scss');
const Color = require('../util/color');

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.9.1 (2019-08-20)
`-` fix #1235: custom themes loading
##### v1.9.1 (2019-08-19)
`-` fix #1231: tooltip arrow positioning
`+` improved ranking search