1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Component Library Scaffolding (#1407)

This commit is contained in:
Oscar Hinton
2022-03-08 18:18:03 +01:00
committed by GitHub
parent 80ffa965e1
commit 9b40ce1024
10 changed files with 1075 additions and 496 deletions

View File

@@ -50,6 +50,16 @@ const moduleRules = [
"sass-loader",
],
},
{
test: /\.css$/,
use: [
{
loader: MiniCssExtractPlugin.loader,
},
"css-loader",
"postcss-loader",
],
},
{
test: /(?:\.ngfactory\.js|\.ngstyle\.js|\.ts)$/,
loader: "@ngtools/webpack",