update
This commit is contained in:
@@ -83,6 +83,10 @@ const configuration: webpack.Configuration = {
|
||||
use: ['style-loader', 'css-loader', 'sass-loader'],
|
||||
exclude: /\.module\.s?(c|a)ss$/,
|
||||
},
|
||||
// {
|
||||
// test: /\.scss$/,
|
||||
// use: ['style-loader', 'css-loader', 'sass-loader'],
|
||||
// },
|
||||
// Fonts
|
||||
{
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/i,
|
||||
@@ -172,6 +176,7 @@ const configuration: webpack.Configuration = {
|
||||
devServer: {
|
||||
port,
|
||||
compress: true,
|
||||
// hot: false,
|
||||
hot: true,
|
||||
headers: { 'Access-Control-Allow-Origin': '*' },
|
||||
static: {
|
||||
|
||||
Reference in New Issue
Block a user