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 Webpack v4 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

BryanCrotaz
Copy link

No description provided.

var jsonStats = stats.toJson()
if (jsonStats.errors.length > 0) jsonStats.errors.forEach(console.error)
if (jsonStats.warnings.length > 0) jsonStats.warnings.forEach(console.warn)
var jsonStats = {warnings: [], errors: []};
Copy link
Owner

Choose a reason for hiding this comment

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

Style does not match the rest of the file, please use tabs for indentation and do not use semicolons

@valpackett
Copy link
Owner

oh and do not add a yarn.lock

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