Fix: global variable is peg, not PEG
This commit is contained in:
parent
506419474d
commit
7813c07025
|
@ -33,7 +33,7 @@ function generate( target ) {
|
|||
output: {
|
||||
file: `packages/pegjs/dist/${ target }`,
|
||||
format: "umd",
|
||||
name: "PEG",
|
||||
name: "peg",
|
||||
banner: HEADER,
|
||||
},
|
||||
onwarn( warning, warn ) {
|
||||
|
|
Loading…
Reference in a new issue