docsify/babel.config.js
Joe Pea 5de5e5ec96 get tests running
We had to pin the `colors` library (used by live-server)because the
author wilfully broke it to disrupt millions of users.
https://github.com/Marak/colors.js/issues/285
2022-01-09 19:09:20 -08:00

7 lines
168 B
JavaScript

module.exports = {
presets: [
['babel-preset-solid', { generate: 'dom', hydratable: true }],
['@babel/preset-env', { targets: { node: 'current' } }],
],
};