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

passing options to the webpack compiler? #1

Closed
dlong500 opened this issue Jul 2, 2017 · 1 comment
Closed

passing options to the webpack compiler? #1

dlong500 opened this issue Jul 2, 2017 · 1 comment
Milestone

Comments

@dlong500
Copy link

dlong500 commented Jul 2, 2017

I'm not seeing any way to pass additional options to the webpack compiler. Not even something as common as using the UglifyJSPlugin.

Because of this, the resultant file is not minified or optimized in any way and is very large. Am I missing something or have you just not added these capabilities yet?

@asfktz
Copy link
Owner

asfktz commented Jul 2, 2017

Hi @dlong500,

In the context of a production build, it does makes a lot of sense.

I plan to merge #4 tomorrow, after I'll double check it.

@asfktz asfktz closed this as completed Jul 4, 2017
@asfktz asfktz added this to the 0.0.7 milestone Jul 9, 2017
asfktz pushed a commit that referenced this issue Jun 2, 2018
fix($htmlWebpackPlugin): add run hook and use tapAsync for doCompilation
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

No branches or pull requests

2 participants