Skip to content

Commit deaf395

Browse files
committed
fix lint
1 parent c9b45ea commit deaf395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const TerserPlugin = require('terser-webpack-plugin');
1212
const VueLoaderPlugin = require('vue-loader/lib/plugin');
1313
const {statSync} = require('fs');
1414
const {resolve, parse} = require('path');
15-
const {LicenseWebpackPlugin} = require("license-webpack-plugin");
15+
const {LicenseWebpackPlugin} = require('license-webpack-plugin');
1616
const {SourceMapDevToolPlugin} = require('webpack');
1717

1818
const glob = (pattern) => fastGlob.sync(pattern, {cwd: __dirname, absolute: true});

0 commit comments

Comments
 (0)