Eject experiment

This commit is contained in:
Federico Kereki
2018-07-01 23:06:04 -03:00
parent 54a1633bdc
commit a1a45b0617
25 changed files with 16321 additions and 101 deletions
+6
View File
@@ -0,0 +1,6 @@
import { configure } from "@storybook/react";
configure(() => {
const req = require.context("../src", true, /\.story\.js$/);
req.keys().forEach(filename => req(filename));
}, module);