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

Use Yarn instead of NPM #8

Merged
merged 5 commits into from
Apr 4, 2021
Merged

Use Yarn instead of NPM #8

merged 5 commits into from
Apr 4, 2021

Conversation

alexander-danilenko
Copy link
Collaborator

No description provided.

@@ -7,7 +7,7 @@ const HTMLWebpackPlugin = require('html-webpack-plugin');
module.exports = {
context: path.resolve(__dirname, 'src'),
output: {
path: path.resolve(__dirname, './dist'),
path: path.resolve(__dirname, './public'),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This needs to be changed because it's the hosting-sensitive setting that prevents develop and master branches to be built.

@Papandoss Papandoss merged commit e2388c9 into develop Apr 4, 2021
@Papandoss Papandoss deleted the feature/yarn branch April 4, 2021 15:53
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.

2 participants