Skip to content

Commit cfad04a

Browse files
committed
spell check
1 parent 3e9f15b commit cfad04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path')
22
const upath = require('upath')
33
const relative = require('relative')
44

5-
const emitHandel = (compilation, callback) => {
5+
const emitHandle = (compilation, callback) => {
66
Object.keys(compilation.entrypoints).forEach(key => {
77
const { chunks } = compilation.entrypoints[key]
88
const entryChunk = chunks.pop()
@@ -36,6 +36,6 @@ const emitHandel = (compilation, callback) => {
3636
}
3737

3838
function MpvuePlugin() {}
39-
MpvuePlugin.prototype.apply = compiler => compiler.plugin('emit', emitHandel)
39+
MpvuePlugin.prototype.apply = compiler => compiler.plugin('emit', emitHandle)
4040

4141
module.exports = MpvuePlugin

0 commit comments

Comments
 (0)