mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
remove styled-components
add css module
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user