Skip to content

Commit cebc126

Browse files
committed
fix(fileName): 修复formatOutput插件命名错误
1 parent 5e36d45 commit cebc126

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

lib/plugins/compileInfoPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var webpack = require("webpack");
44
var moment = require("moment");
5-
var formatOutput = require('./tools/format-output.js');
5+
var formatOutput = require('./tools/formatOutput.js');
66

77
function DashboardPlugin(handler) {}
88

File renamed without changes.

src/plugins/compileInfoPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const webpack = require("webpack");
44
const moment = require("moment");
5-
const formatOutput = require('./tools/format-output.js');
5+
const formatOutput = require('./tools/formatOutput.js');
66

77
function DashboardPlugin(handler) {
88

File renamed without changes.

0 commit comments

Comments
 (0)