You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
Rather than trying to support everything out of the box for users (a la #21), it'd be super nice if the webpack instance could load configuration options, like loaders and plugins, from a user specified file. I assume lots of people roll their own way to deal with js/css these days and have already done the configuration that's needed in their own webpack configs.
I haven't looked too closely at how to do this, but I assume it won't be too hard to tell the current webpack config to grab a different one and merge it. I'll try to fiddle around with it and send a PR.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Rather than trying to support everything out of the box for users (a la #21), it'd be super nice if the webpack instance could load configuration options, like loaders and plugins, from a user specified file. I assume lots of people roll their own way to deal with js/css these days and have already done the configuration that's needed in their own webpack configs.
I haven't looked too closely at how to do this, but I assume it won't be too hard to tell the current webpack config to grab a different one and merge it. I'll try to fiddle around with it and send a PR.
The text was updated successfully, but these errors were encountered: