Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Sep 5, 2024
1 parent ed195c5 commit 07ae09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const dotenv = require('dotenv');
const { DotenvPlugin } = require('rspack-plugin-dotenv');
const dotenvExpand = require('dotenv-expand');
const {
CopyRspackPlugin, DefinePlugin, SwcJsMinimizerRspackPlugin, LightningCssMinimizerRspackPlugin,
CopyRspackPlugin, DefinePlugin, SwcJsMinimizerRspackPlugin,
} = require('@rspack/core');
const ReactRefreshPlugin = require('@rspack/plugin-react-refresh');
const HtmlWebpackPlugin = require('html-webpack-plugin');
Expand Down

0 comments on commit 07ae09a

Please sign in to comment.