vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
342 stars 52 forks source link

Update pug dependency? #105

Open corwin-of-amber opened 4 years ago

corwin-of-amber commented 4 years ago

pug@2.0.4 uses an old babel that references a deprecated core-js@2.6.11.

pug@3.0.0 does not depend on core-js, which is awesome.

danmarshall commented 3 years ago

Also, there is now a security alert on pug < 3 https://github.com/pugjs/pug/issues/3312

EtienneBruines commented 3 years ago

See also https://github.com/vuejs/vue-component-compiler/pull/112