mozilla / page-metadata-parser

DEPRECATED - A Javascript library for parsing metadata on a web page.
https://www.npmjs.com/package/page-metadata-parser
Mozilla Public License 2.0
270 stars 42 forks source link

Adds babel-core to satisfy missing webpack dependency #74

Closed sleroux closed 7 years ago

sleroux commented 7 years ago

I tried to run the npm run clientize command today from the 0.4.2 release but it seems that babel-core is required for webpack to run and is missing from package.json. This patch adds it (back?) in along with a revised webpack command to spit out an optimized version (170KB) of the bundled JS.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a81d496c7e61873c7e15ec051e9a3b1c24e572ab on sleroux:sleroux/FixWebpackBabelCore into 2000de60bc3d6ff8ca7ca59d031a6c8f4f0d0554 on mozilla:master.