Merge pull request #74 from maxGraph/fix/storybook_startup_and_warnings

chore(storybook): fix server start and warnings
development
Junsik Shim 2022-01-21 11:01:56 +09:00 committed by GitHub
commit 3494d0fb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,6 @@
"@lerna/filter-options": "^4.0.0", "@lerna/filter-options": "^4.0.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"better-docs": "^2.3.2", "better-docs": "^2.3.2",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1", "css-loader": "^6.5.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"jsdoc": "^3.6.7", "jsdoc": "^3.6.7",

View File

@ -6,5 +6,6 @@ module.exports = {
"addons": [ "addons": [
"@storybook/addon-links", "@storybook/addon-links",
"@storybook/addon-essentials" "@storybook/addon-essentials"
] ],
staticDirs: ['../public'],
} }

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 8901 -s ./public" "dev": "start-storybook -p 8901"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",