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

html files not being cleaned #30

Open
elitastic opened this issue Mar 18, 2019 · 0 comments
Open

html files not being cleaned #30

elitastic opened this issue Mar 18, 2019 · 0 comments

Comments

@elitastic
Copy link

I have a rule in my webpack config to extract html pages into files with a hash within filename:

{ test: /\.html$/, use: ['file-loader', 'extract-loader', 'html-loader'] }

Unfortunately the obsolete html files are not being cleaned. Is there a possibility to change that?

Thank you.

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

1 participant