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

Overhaul Webpack config and build scripts #142

Closed
jgaehring opened this issue Feb 25, 2019 · 2 comments · Fixed by #143
Closed

Overhaul Webpack config and build scripts #142

jgaehring opened this issue Feb 25, 2019 · 2 comments · Fixed by #143

Comments

@jgaehring
Copy link
Member

jgaehring commented Feb 25, 2019

Right now, we're using an old build setup that runs Webpack 3, and the webpack-dev-server is no longer being maintained. Updating the dev server requires upgrading to Webpack 4, which doesn't support all the same old plugins and has a bunch of breaking changes to the API. So it might just be time to start from scratch. The setup could probably use it at this point anyways, since it was pretty hacked together from the original template which had a lot of flaws to start with. This will also be a good point to differentiate the web build from the native build (#138).

@jgaehring
Copy link
Member Author

Reopening b/c the native build process seems to be broken by this somehow.

@jgaehring jgaehring reopened this Mar 6, 2019
@jgaehring jgaehring mentioned this issue Mar 7, 2019
@jgaehring
Copy link
Member Author

Resolved by #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant