mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: adding Storybook to Superset (#10383)
* Storybook added! * starting to configure junk.... * Storybook works!!! * Now with theme! * apache boilerplate * more apache comments * lots o' knobs for the Button.... taking stock of the codebase * more classes, but killing the knob for now. * nixing unused module * linting * fresh package-lock * now with tooltip! * adding path and zlip because the linter told me to * upgrading storybook packages from devdeps * linting * removing cruft * killing an annoying (and old?) lint issue * lint fix, take 2. * removing zlib/path * package lock reset from master * re-adding new packages for this here PR * nixing console log, simplifying * nixing comment TODOs (done enough!) * basic docs.
This commit is contained in:
@@ -258,7 +258,11 @@ const config = {
|
||||
test: /\.jsx?$/,
|
||||
// include source code for plugins, but exclude node_modules within them
|
||||
exclude: [/superset-ui.*\/node_modules\//],
|
||||
include: [new RegExp(`${APP_DIR}/src`), /superset-ui.*\/src/],
|
||||
include: [
|
||||
new RegExp(`${APP_DIR}/src`),
|
||||
/superset-ui.*\/src/,
|
||||
new RegExp(`${APP_DIR}/.storybook`),
|
||||
],
|
||||
use: [babelLoader],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user