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

Изменить путь у кнопки "Начать кодить" #120

Merged
merged 3 commits into from Dec 22, 2022

Conversation

antonkrupin
Copy link
Contributor

Поменял путь на "/editor", открывается страница создания сниппета. Но без авторизации ничего не дает печатать так и должно быть? Или я что то не так сделал?

antonkrupin added 2 commits December 15, 2022 16:04
in buttons "Начать кодить"
before change i have error in ChromeDev tools:
uncaught (in promise) referenceerror:
process is not defined at __webpack_default_export__

with this error i see only landing page, links dosen`t works
only black page
@@ -82,5 +83,8 @@ module.exports = {
new MiniCssExtractPlugin(),
// Add your plugins here
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
new webpack.ProvidePlugin({
process: 'process/browser',
Copy link
Collaborator

@dzencot dzencot Dec 19, 2022

Choose a reason for hiding this comment

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

А это точно нужно? Если это для исправления ошибки, то уже пофикшено

Copy link
Contributor Author

Choose a reason for hiding this comment

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

я это добавил, чтобы у меня открывались страницы, без этого только лэндинг видел. Если уже пофиксили, то думаю это не надо.

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
Contributor Author

Choose a reason for hiding this comment

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

что то не могу понять, как убрать часть из коммита, чтоб изменения по ссылкам остались, а изменения веб пака отменить

Copy link
Collaborator

Choose a reason for hiding this comment

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

Да просто новый коммит накатите, с удалением строк.

@dzencot dzencot merged commit a1be574 into hexlet-rus:main Dec 22, 2022
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