Skip to content

Commit 14b5d11

Browse files
committed
Removed old demos and move src into main folder
1 parent 829a53c commit 14b5d11

File tree

114 files changed

+18
-29475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+18
-29475
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

react-spaces/.storybook/main.js renamed to .storybook/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ module.exports = {
44
stories: ["../src/**/*.stories.(mdx|tsx)"],
55
addons: ["@storybook/preset-typescript", "@storybook/addon-actions", "@storybook/addon-links", "@storybook/addon-docs/preset"],
66
webpackFinal: async (config, { configType }) => {
7+
if (process.env.NODE === "production") {
8+
config.output.publicPath = "/react-spaces/docs";
9+
}
10+
711
config.module.rules.push({
812
test: /\.scss$/,
913
use: ["style-loader", "css-loader", "sass-loader"],

demo/.env.analyse

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/.prettierrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

demo/config/env.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

demo/config/jest/cssTransform.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

demo/config/jest/fileTransform.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)