1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-07 19:11:48 +08:00
2018-01-28 19:09:40 +02:00

9 lines
197 B
JavaScript

const { babelify } = require('./compile-js');
babelify({
watch: true,
silent: false,
// eslint-disable-next-line no-console
errorCallback: () => console.error('Failed to compile js'),
});