chore: small changes

This commit is contained in:
redhoodsu
2025-05-07 13:26:09 +08:00
parent b2d377d977
commit 56f755f2d2
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ const clean = require('postcss-clean')
const webpack = require('webpack')
const pkg = require('../package.json')
const path = require('path')
const ESLintPlugin = require('eslint-webpack-plugin');
const ESLintPlugin = require('eslint-webpack-plugin')
process.traceDeprecation = true
@@ -107,6 +107,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: '"' + pkg.version + '"',
}),
new ESLintPlugin()
new ESLintPlugin(),
],
}