hqjs / hq

Lightning fast, zero configuration, web application development server
https://hqjs.org
MIT License
126 stars 11 forks source link

Babelrc is being ignoired #7

Closed yuri-karadzhov closed 5 years ago

yuri-karadzhov commented 5 years ago

Babelrc is being ignored.

// index.mjs
app.babelrc = useBabelRC ? babelRCPath : undefined;
// compilers/js.mjs
extends: ctx.app.babelRC // <-- That should be allined with the name in index.mjs
hqjs commented 5 years ago

Fixed in version 0.0.9