Updated support for webpack 5

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-30 10:08:29 +02:00
parent 2ffd6dd204
commit b34c3c800a
3 changed files with 17747 additions and 5042 deletions

View File

@ -5,6 +5,9 @@ module.exports = {
"stories": [
"../src/dzeio/**/*.stories.tsx",
],
core: {
builder: "webpack5"
},
"addons": [
"@storybook/addon-essentials"
],