mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 17:17:28 +02:00
feat: add .css webpack loader
This commit is contained in:
parent
ea706d2830
commit
1564edae4c
9 changed files with 202 additions and 41 deletions
|
@ -18,11 +18,7 @@ module.exports = function createDevConfig(props) {
|
|||
title: siteConfig.title
|
||||
}
|
||||
]);
|
||||
config.plugin('WebpackNiceLog').use(webpackNiceLog, [
|
||||
{
|
||||
name: 'Development'
|
||||
}
|
||||
]);
|
||||
config.plugin('niceLog').use(webpackNiceLog, [{name: 'Development'}]);
|
||||
|
||||
return config;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue