Skip to content

Commit

Permalink
remove a semicolon that fails linter
Browse files Browse the repository at this point in the history
  • Loading branch information
natalan committed Nov 23, 2019
1 parent c3df576 commit aecc054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path')
const TerserPlugin = require('terser-webpack-plugin');
const TerserPlugin = require('terser-webpack-plugin')
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin')

Expand Down

0 comments on commit aecc054

Please sign in to comment.