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

2.5.0 #65

Merged
merged 26 commits into from
Aug 24, 2020
Merged

2.5.0 #65

merged 26 commits into from
Aug 24, 2020

Conversation

bstaruk
Copy link
Owner

@bstaruk bstaruk commented Aug 24, 2020

This is a minor release that focused on cleaning up the boilerplate HTML/CSS/JS, as well as the webpack configs.

  • webpack aliases have been removed completely, as they are no longer needed. all paths that are not relative will start from /src. So import 'css/test.css' would resolve to /src/css/test.css. No need for @css anymore.
  • cross-env has been added to the project so that we can access process.env reliably in our JS. We're using this to only run OfflinePlugin on production builds, but it could be used for so much more (omitting analytics from dev, etc).
  • The boilerplate has been updated to make a simple fetch for repo details, to provide a demo JS component and to give us something to import fetch/promise polyfills for. I've always wanted these to be opt-in instead of opt-out but there was no solid reason to before now.
  • All dependencies updated.. naturally!

@bstaruk bstaruk merged commit 0f81e42 into master Aug 24, 2020
This pull request was closed.
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.

1 participant