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

Chore: Move presentational components to design system package #155

Merged
merged 11 commits into from
Sep 26, 2023

Conversation

mayan-000
Copy link
Collaborator

@mayan-000 mayan-000 commented Sep 25, 2023

Description

This PR moves presentational components into its own package named design system. In conjunction to that some config files are made more modular in preparation for cli report package.

Relevant Technical Choices

Testing Instructions

Additional Information:

Screenshot/Screencast


Fixes #

@mayan-000 mayan-000 marked this pull request as ready for review September 26, 2023 05:39
@mayan-000 mayan-000 self-assigned this Sep 26, 2023
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CopyPlugin = require('copy-webpack-plugin');
const WebpackBar = require('webpackbar');
const commonConfig = require('../../webpack.shared.cjs');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

This was pending for sometime

"cli:dev": "tsc-watch",
"cli:build": "tsc --build",
"cli:dev": "npm run dev --workspace=@cookie-analysis-tool/cli",
"cli:build": "npm run build --workspace=@cookie-analysis-tool/cli",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

@mohdsayed mohdsayed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@mohdsayed mohdsayed merged commit 7a5a62f into develop Sep 26, 2023
4 checks passed
@mohdsayed mohdsayed deleted the chore/design-system branch September 26, 2023 07:14
@mohdsayed mohdsayed mentioned this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants