fixed icon round styling

This commit is contained in:
andres alcocer
2022-12-11 13:48:58 -05:00
parent b952bcf1ca
commit 6e3a45d776
9 changed files with 39 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ module.exports = () => {
filename: '[name].[contenthash].js',
path: path.resolve(__dirname, 'dist'),
assetModuleFilename: 'assets/[name][ext]',
clean: true,
},
resolve: {
extensions: ['.js', '.ts', '.tsx'],
@@ -104,7 +105,6 @@ module.exports = () => {
},
{
test: /\.(sass|less|css|scss)$/,
// include: path.resolve(__dirname),
use: [
// fallback to style-loader in development
process.env.NODE_ENV !== 'production'
@@ -130,7 +130,6 @@ module.exports = () => {
},
{
test: /\.(woff|woff2|eot|ttf|otf)$/,
// include: path.resolve(__dirname),
type: 'asset/resource',
generator: {
filename: './fonts/[name][ext]',