remove styled-components

add css module
This commit is contained in:
Km.Van
2022-11-14 10:58:22 +08:00
parent 1ccc4ce760
commit 1a775d744a
87 changed files with 1386 additions and 1252 deletions

View File

@@ -58,6 +58,10 @@ final class Compiler
'scriptFilePath' => "{$this->ROOT}/.tmp/app.js",
'distFilePath' => $this->COMPILE_FILE_PATH,
));
new StyleGeneration(array(
'styleFilePath' => "{$this->ROOT}/.tmp/app.css",
'distFilePath' => $this->COMPILE_FILE_PATH,
));
if ( ! $this->isDev()) {
if ($this->isDebug()) {