Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored and actions-user committed Apr 29, 2021
1 parent c57b57a commit 9091b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-webpack/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const url = require('url');
const webpack = require('webpack');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
const { WebpackManifestPlugin } = require('webpack-manifest-plugin');
const {WebpackManifestPlugin} = require('webpack-manifest-plugin');
const jsdom = require('jsdom');
const {JSDOM} = jsdom;
const minify = require('html-minifier').minify;
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-webpack/test/stubs/minimal/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import './styles.css'
import './styles.css';
import './backpack.svg';
console.log('test');

1 comment on commit 9091b59

@vercel
Copy link

@vercel vercel bot commented on 9091b59 Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.