-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace Brunch by Webpack #40
Comments
@SimonLab switching from Brunch to Webpack is actually quite straightforward:
However, I think we will be better off "gutting" this project and refreshing with a clean slate. ♻️ We want to do a lot more documentation for the Our goal is that people building projects in other programming languages can one-click deploy |
Agree, starting from a fresh Phoenix project will be faster than trying to update/clean the current code. |
Closing as Brunch will be removed by #43 |
Phoenix is now using Webpack for managing assets instead of Brunch.
We can try to upgrade this by changing the configuration in the asset folder:
https://github.com/dwyl/auth/blob/master/assets/brunch-config.js
The text was updated successfully, but these errors were encountered: