-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix get images #51
base: master
Are you sure you want to change the base?
Fix get images #51
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0fa8fa4 - Browse repository at this point
Copy the full SHA 0fa8fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a975307 - Browse repository at this point
Copy the full SHA a975307View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0978dc - Browse repository at this point
Copy the full SHA d0978dcView commit details -
I change the way to get the index.html generated by webpack because r…
…esult.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for 3a7bb3a - Browse repository at this point
Copy the full SHA 3a7bb3aView commit details -
I changed analytics.html because HTMLWebpackPlugin no longer puts scr…
…ipts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result .
Configuration menu - View commit details
-
Copy full SHA for c33d23a - Browse repository at this point
Copy the full SHA c33d23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f11fffe - Browse repository at this point
Copy the full SHA f11fffeView commit details -
I change the way to get the index.html and other-page.html generated …
…by webpack because result.compilation.assets['index.html'].source() and result.compilation.assets['other-page.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for 96b8396 - Browse repository at this point
Copy the full SHA 96b8396View commit details -
I changed basic-multi-index.html and basic-multi-other.html because H…
…TMLWebpackPlugin no longer puts scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for e18ac26 - Browse repository at this point
Copy the full SHA e18ac26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7193f39 - Browse repository at this point
Copy the full SHA 7193f39View commit details -
I change the way to get the index.html generated by webpack because r…
…esult.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for 057b8b9 - Browse repository at this point
Copy the full SHA 057b8b9View commit details -
I changed basic.html because HTMLWebpackPlugin no longer puts scripts…
… in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 2da36a7 - Browse repository at this point
Copy the full SHA 2da36a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401615c - Browse repository at this point
Copy the full SHA 401615cView commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for b344710 - Browse repository at this point
Copy the full SHA b344710View commit details -
I changed body-attribute.html because HTMLWebpackPlugin no longer put…
…s scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for a7bcb23 - Browse repository at this point
Copy the full SHA a7bcb23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541b728 - Browse repository at this point
Copy the full SHA 541b728View commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['other-page.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for 8b08f51 - Browse repository at this point
Copy the full SHA 8b08f51View commit details -
I changed custom-multi-template-filename-index.html and custom-multi-…
…template-filename-other.html because HTMLWebpackPlugin no longer puts scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 38824e3 - Browse repository at this point
Copy the full SHA 38824e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70427e6 - Browse repository at this point
Copy the full SHA 70427e6View commit details
Commits on Mar 10, 2022
-
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for a9320ef - Browse repository at this point
Copy the full SHA a9320efView commit details -
I changed high-priority-head-no-meta.html because HTMLWebpackPlugin n…
…o longer puts scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 1d85f9b - Browse repository at this point
Copy the full SHA 1d85f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a8250 - Browse repository at this point
Copy the full SHA 36a8250View commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for c5f00f1 - Browse repository at this point
Copy the full SHA c5f00f1View commit details -
I changed high-priority-head.html because HTMLWebpackPlugin no longer…
… puts scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 1f18834 - Browse repository at this point
Copy the full SHA 1f18834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d149a9 - Browse repository at this point
Copy the full SHA 3d149a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 482fad0 - Browse repository at this point
Copy the full SHA 482fad0View commit details -
Updated settings to fetch images using html-loader with the changes a…
…pplied to the plugin and to adapt to the latest version of webpack and HTMLWebpack
Configuration menu - View commit details
-
Copy full SHA for f2e55a8 - Browse repository at this point
Copy the full SHA f2e55a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1623c2 - Browse repository at this point
Copy the full SHA e1623c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cebfdfe - Browse repository at this point
Copy the full SHA cebfdfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32dea6d - Browse repository at this point
Copy the full SHA 32dea6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c253b5c - Browse repository at this point
Copy the full SHA c253b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f24b452 - Browse repository at this point
Copy the full SHA f24b452View commit details -
These files change due to update documentation and the update last ve…
…rsion of the webpack and HTMLWebpackPlugin
Configuration menu - View commit details
-
Copy full SHA for 882d422 - Browse repository at this point
Copy the full SHA 882d422View commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for a28eba5 - Browse repository at this point
Copy the full SHA a28eba5View commit details -
These files change due to update documentation and the update last ve…
…rsion of the webpack and HTMLWebpackPlugin
Configuration menu - View commit details
-
Copy full SHA for 9b7703e - Browse repository at this point
Copy the full SHA 9b7703eView commit details -
I changed minify.html because HTMLWebpackPlugin no longer puts script…
…s in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. And also how I changed the documentation of the example.
Configuration menu - View commit details
-
Copy full SHA for 05e2a0b - Browse repository at this point
Copy the full SHA 05e2a0bView commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['about.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for a3957a3 - Browse repository at this point
Copy the full SHA a3957a3View commit details -
I changed page-template-about.html and page-template-index.html becau…
…se HTMLWebpackPlugin no longer puts scripts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 43f2141 - Browse repository at this point
Copy the full SHA 43f2141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9bfba - Browse repository at this point
Copy the full SHA 3a9bfbaView commit details
Commits on Mar 11, 2022
-
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['about.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for 1998753 - Browse repository at this point
Copy the full SHA 1998753View commit details -
I changed react-root.html because HTMLWebpackPlugin no longer puts sc…
…ripts in the end of body, instead it puts the script in the end of head.\nI added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now.\nI think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for a32d5f2 - Browse repository at this point
Copy the full SHA a32d5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3eb65 - Browse repository at this point
Copy the full SHA 9c3eb65View commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['about.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for e667301 - Browse repository at this point
Copy the full SHA e667301View commit details -
I changed replace-element.html because HTMLWebpackPlugin no longer pu…
…ts scripts in the end of body, instead it puts the script in the end of head.\nI added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now.\nI think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for f07e548 - Browse repository at this point
Copy the full SHA f07e548View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd33fc - Browse repository at this point
Copy the full SHA ecd33fcView commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['about.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for d85a62a - Browse repository at this point
Copy the full SHA d85a62aView commit details -
I changed the way to get the index.html generated by webpack because …
…result.compilation.assets['index.html'].source() and result.compilation.assets['about.html'].source() no longer works
Configuration menu - View commit details
-
Copy full SHA for adab3c7 - Browse repository at this point
Copy the full SHA adab3c7View commit details -
I changed variables.html because HTMLWebpackPlugin no longer puts scr…
…ipts in the end of body, instead it puts the script in the end of head. I added the attr defer in the script tag because HTMLWebpackPlugin add that in the script tag now. I think that these changes do not affect the expected result.
Configuration menu - View commit details
-
Copy full SHA for 5e5f348 - Browse repository at this point
Copy the full SHA 5e5f348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28032a5 - Browse repository at this point
Copy the full SHA 28032a5View commit details
Commits on Mar 14, 2022
-
Restoration of the test script.
The time was increased in the tests due to the fact that sometimes mocha gives false consumption of time.
Configuration menu - View commit details
-
Copy full SHA for 3e331a7 - Browse repository at this point
Copy the full SHA 3e331a7View commit details
Commits on Apr 1, 2022
-
The filesProcessed variable is no longer static.
It didn't really need to be static. The reason for the change was because it was causing an error in the Page Template test, I will try to explain how it caused that error: The filesProcessed variable saves the name of the files processed by HTMLWebpackPlugin and is used later to inject the partial, this occurs when in the configurations template_filename is equal to *, because the variable was static it was causing an error in the Page test Template, when mocha went through that test, the filesProcessed variable had saved the name of the files processed by HTMLWebpackPlugin from the tests prior to this test, when doing the iteration of the variable to obtain each file processed by HTMLWebpackPlugin and when trying to obtain the file, it could not be found because it belonged to another test causing the Page Template test to fail.
Configuration menu - View commit details
-
Copy full SHA for 8f499ae - Browse repository at this point
Copy the full SHA 8f499aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad34bc3 - Browse repository at this point
Copy the full SHA ad34bc3View commit details -
This test takes a few seconds more, I didn't find a reason as with th…
…e Page Template test, probably due to changes I made to the plugin.
Configuration menu - View commit details
-
Copy full SHA for 680ee85 - Browse repository at this point
Copy the full SHA 680ee85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fbde4 - Browse repository at this point
Copy the full SHA 81fbde4View commit details -
Change the version of nodejs used in the workflow test because some m…
…odules need the nodejs version 12.13.0
Configuration menu - View commit details
-
Copy full SHA for 311a476 - Browse repository at this point
Copy the full SHA 311a476View commit details