-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Bug report
Actual Behavior
Hello
I have been trying to use Webpack for several days.
And I encountered a problem in configuring.
The problem is that during construction... two .js files are created... one with a complete hash and one with my desired name... after many tests, I realized that this behavior is created by the html loader.. And there is no way to turn it off... I opened an issue on the webpack page, but they don't know exactly where the problem is... But after a lot of testing, I found out that this behavior is caused by the html loader, and I don't know how turn off it.
I also asked a question on stackoverflow but no answer!
Expected Behavior
How Do We Reproduce?
Please Clone
https://github.com/Vanillma/Ant
Go to root project
npm install
&
npm run build😬😁👍❤
&
Please see it
webpack/webpack#16100