Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Adiciona Webpack5 e Storybook #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

miguelzinh3
Copy link
Contributor

@miguelzinh3 miguelzinh3 commented Sep 22, 2023

Contexto

Link da Tarefa/Issue

Requisitos

  • Adiciona o webpack5 ao projeto
  • Adiciona o storybook para documentar a UI

Notas de Deploy

Novos scripts:

  • storybook : roda o watch do css e do storybook
  • storybook:build: builda o storybook e css
  • build:dev: build do webpack em dev
  • build:prod:build do webpack em prod
  • watch: watch do webpack
  • serve: servidor do webpack

Novas dependências:

  "@babel/core": "^7.22.20",
    "@babel/preset-env",
    "@storybook",
    "@webpack-cli",
    "autoprefixer": "^10.4.16",
    "babel-loader": "^9.1.3",
    "css-loader": "^6.8.1",
    "html-webpack-plugin": "^5.5.3",
    "postcss": "^8.4.30",

Novas dependências de desenvolvimento:

    "@storybook/addon-essentials": "^7.4.4",
    "@storybook/addon-interactions": "^7.4.4",
    "@storybook/addon-links": "^7.4.4",
    "@storybook/addon-styling": "^1.3.7"
    ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant