Sam Simmons

Results 3 comments of Sam Simmons

Setting `css-loader` [namedExport](https://webpack.js.org/loaders/css-loader/#namedexport) `true` solved a related problem for me. UPD: Also found this option on mini css extract plugin [esModules](https://webpack.js.org/plugins/mini-css-extract-plugin/#esmodule). Setting it to `false` did the trick and `namedExport`...

@psafont that worked for me! Thanks! ```sh /etc/modules-load.d$ cat uinput.conf uinput ``` It seems fedora 29 ignores `/etc/modules`.

Maybe test if `systemd` is available else fallback to `/etc/modules`? - [/etc/modules-load.d files are run by systemd](https://unix.stackexchange.com/a/189696/181099) - [check if systemd running](https://unix.stackexchange.com/a/121665/181099)