Lint webpack.*.js (#1467)

* Lint webpack.*.js

* Fix webpack.analyze.js style
This commit is contained in:
ylemkimon
2018-07-08 02:17:05 +09:00
committed by Erik Demaine
parent 00c91cdc35
commit 0fb71c8bf8
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// @flow
const { targets, createConfig } = require('./webpack.common');
const {targets, createConfig} = require('./webpack.common');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
// dev minify
@@ -10,4 +10,3 @@ katexConfig.plugins.push(new BundleAnalyzerPlugin());
module.exports = [
katexConfig,
];