mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-25 15:23:21 +00:00
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
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['babel-preset-solid', { generate: 'dom', hydratable: true }],
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
],
|
|
};
|