Moved types to the module folder

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-15 17:23:04 +01:00
parent 3a908ccce0
commit 8b12c56fe7
5 changed files with 730 additions and 958 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
});
newConfig.resolve.extensions.push('.ts', '.tsx');
// SCSS
// Stylus
newConfig.module.rules.push({
test: /\.styl$/,
use: ['style-loader', {