chore: added css-loader, sass, sass-loader, style-loader

This commit is contained in:
Nicolas Newman
2022-02-28 16:19:17 -05:00
parent 1e53c121ae
commit b746747650
3 changed files with 130 additions and 2 deletions

View File

@@ -39,6 +39,14 @@ export default {
test: /\.scss$/,
use: ['css-to-string-loader', 'css-loader', 'sass-loader'],
},
{
test: /\.css$/,
use: ['style-loader', 'css-loader', 'sass-loader'],
},
{
test: /\.(woff|woff2|eot|ttf|otf)$/i,
type: 'asset/resource',
},
{
test: /\.jison$/,
use: {