-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Full build option? #111
Comments
Adding the following to your
This it not an ideal solution, in my mind. As mentioned in #25, when running backpack in a dev environment, you want source maps to be there. When running in production, you no longer care about them. There is no reason to have massive dependencies like Babel and Webpack around for something you don't care about. It would be better if you could install backpack with |
|
@torjue Thanks, It works. |
Is there a way to perform a full build, so that I get a self-sufficient singular JS file?
The text was updated successfully, but these errors were encountered: