storybook/lib/core-common
Tom Coleman 0277d2d4b3 Remove incomplete tests for to-importFn
I want to revisit `to-importFn` as part of integrating the dynamic stories list server, and so will leave it without tests for now.
2021-09-04 11:44:01 +10:00
..
2021-02-22 15:44:40 +08:00
2021-09-04 11:42:02 +10:00
2021-02-18 21:27:18 +08:00
2021-02-12 20:03:15 +01:00
2021-03-17 15:08:57 +08:00

Storybook Core-Common

Common utilities used across @storybook/core-server (manager UI configuration) and @storybook/builder-webpack{4,5} (preview configuration).

This is a lot of code extracted for convenience, not because it made sense.

Supporting multiple version of webpack and this duplicating a large portion of code that was never meant to be generic caused this.

At some point we'll refactor this, it's likely a lot of this code is dead or barely used.