Fix most linter errors

This commit is contained in:
Alex Gleason
2020-04-14 15:45:38 -05:00
parent fc72e39ff4
commit 141b0e6bfa
76 changed files with 651 additions and 647 deletions

View File

@@ -1,10 +1,9 @@
// Note: You must restart bin/webpack-dev-server for changes to take effect
const { resolve, join } = require('path');
const { resolve } = require('path');
const merge = require('webpack-merge');
const sharedConfig = require('./shared');
const { settings, output } = require('./configuration');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const watchOptions = {};