Joe Cohen
Joe Cohen
Hi! What version of laravel-elixir are you using?
You should look at the advanced implementation and set your output file to be versioned by elixir, so you can use the Laravel helper {{ elixir('your-bundle-output-file') }} I hope I...
https://github.com/joecohens/laravel-elixir-webpack#advanced-example
I haven't used the url-loader yet, but I think you problem can be related to https://github.com/webpack/less-loader/issues/38 ?
It should, can you give it a try? You should install each plugin and import on the gulpfile.js. Thanks!
You don't need to install webpack globally since it's a require dependency for laravel-elixir-webpack but is you need custom loaders you'll have to include them on your own package.json like...
I'm having the same issue using Lerna to link libraries, I think it is related to https://github.com/zeit/next.js/commit/ca161c375f22c71549849595b68f3e43eda94a89
Maybe this can repo can help https://github.com/zeit/now-examples it's filled with lot of examples using `Dockerfile` deployments, also you can read more about it here https://zeit.co/blog/serverless-docker if you have questions let...
Glad to hear that! > I was thinking of making the dropdown full-width and adding GMT values Sounds good, go for it.