Fixed problems with Input and Fieldset

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-05 10:07:02 +01:00
parent 8d99f1f3e6
commit d898dc2f5b
11 changed files with 804 additions and 975 deletions

View File

@ -24,6 +24,7 @@ module.exports = {
use: ['style-loader', {
loader: 'css-loader',
options: {
url: false,
importLoaders: 1,
modules: true
},