The storybook documentation tells you to install it in'devDependency',
but if you install it in'devDependency',
it says" '@storybook/addon-knobs' should be listed in the project's dependencies, not devDependencies. "
Looking at the packages, it seems that there are some packages that are used in production mode.
Is it correct to install it on devDependency?
The storybook documentation tells you to install it in'devDependency',
but if you install it in'devDependency',
it says" '@storybook/addon-knobs' should be listed in the project's dependencies, not devDependencies. "
Looking at the packages, it seems that there are some packages that are used in production mode.
Is it correct to install it on devDependency?