Closed lpagliari closed 5 years ago
Allow other plugins to always see the latest CSS bundle -- create a symbolic link named "all.css" that points to the one created by webpack ("all-[hash].css").
"all.css"
"all-[hash].css"
This is only done when generated bundled file name contains the hash, obviously.
Allow other plugins to always see the latest CSS bundle -- create a symbolic link named
"all.css"
that points to the one created by webpack ("all-[hash].css"
).This is only done when generated bundled file name contains the hash, obviously.