mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
Lint webpack.*.js (#1467)
* Lint webpack.*.js * Fix webpack.analyze.js style
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user