ctf0 / laravel-mix-versionhash

Auto append hash to file instead of using virtual one
MIT License
61 stars 18 forks source link

Fixed css filename path #3

Closed jellycode closed 6 years ago

jellycode commented 6 years ago

The [name] string prepends /js so it can’t be used. Grabbing the generated path from ExtractTextPlugin and adding the hash instead.

ctf0 commented 6 years ago

will retest and get back to u, thanx

ctf0 commented 6 years ago

its works correctly this time, except there was an issue with extra slash in the output so i fixed it, plz test the latest commit with ur setup and tell me if all is working as expected.

also test with the default public output