Skip to content

Commit

Permalink
chore: [classic-theme] - lint webpack.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Sep 26, 2024
1 parent e4ff6db commit f1aa9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _dev/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const path = require('path');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const TerserPlugin = require('terser-webpack-plugin');
const CssoWebpackPlugin = require('csso-webpack-plugin').default;
const LicensePlugin = require('webpack-license-plugin')
const LicensePlugin = require('webpack-license-plugin');

const config = {
mode: process.env.NODE_ENV || 'development',
Expand Down Expand Up @@ -58,7 +58,7 @@ const config = {
],
},
{
test: /.(png|woff(2)?|eot|otf|ttf|svg|gif)(\?[a-z0-9=\.]+)?$/,
test: /.(png|woff(2)?|eot|otf|ttf|svg|gif)(\?[a-z0-9=.]+)?$/,
type: 'asset/resource',
generator: {
filename: '../css/[hash][ext]',
Expand Down

0 comments on commit f1aa9b4

Please sign in to comment.