You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Npm: 5.8.0
Node: 8.4.0
Laravel Mix: 1.7.2 and 2.1.0 Tested
Using purifyCss with npm run prod results in not working Css, as a lot styles are missing, even though listed under whitelist: [] and used in blade files.
I've faced the same issue and was able to fix it, please fill free to use it as npm install git://github.com/alex7r/purifycss.git#master
while it's waiting to be accepted.
After digging deep I've found that the cause was not the code in this repo, but the code in the dependency of the 2nd level:
purifycss => rework => css
So please look at the PR to find out more info reworkcss/css#118
Npm: 5.8.0
Node: 8.4.0
Laravel Mix: 1.7.2 and 2.1.0 Tested
Using purifyCss with
npm run prod
results in not working Css, as a lot styles are missing, even though listed underwhitelist: []
and used in blade files.webpack.mix.js:
Repository: https://github.com/3Descape/EV.git You should rename .env.example to .env and have a DB called ev.
The text was updated successfully, but these errors were encountered: