mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
|
const { babelify } = require('./compile-js');
|
||
|
|
||
|
babelify({ watch: true, silent: false });
|