Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jan 8, 2022
1 parent 0e757ab commit 065a1e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ export default async (env, argv) => {
maxChunks: 1,
}),
new CopyPlugin({
patterns: [
{from: 'src/assets', to: './assets'},
],
patterns: [{from: 'src/assets', to: './assets'}],
}),
new CleanWebpackPlugin(),
new RemovePlugin({
Expand Down

0 comments on commit 065a1e0

Please sign in to comment.