Re: webpack

2021-08-25 Thread Kasper Laudrup
On 25/08/2021 09.10, Amit Vaghani wrote: > How to use webpack in our django project > https://www.valentinog.com/blog/webpack-django/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

webpack

2021-08-25 Thread Amit Vaghani
How to use webpack in our django project -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this dis

Re: Django-React with webpack or create-react-app

2020-03-09 Thread Dan Davis
ange it and config is hard >> for work them together >> >> On Saturday, March 7, 2020 at 1:07:44 PM UTC+3:30, Ronit Mishra wrote: >>> >>> Start with `creat-react-app`.. webpack and bundler are task runners that >>> bundle your code for production. `

Re: Django-React with webpack or create-react-app

2020-03-07 Thread Ronit Mishra
t' > create a folder with name 'build' and I can't change it and config is hard > for work them together > > On Saturday, March 7, 2020 at 1:07:44 PM UTC+3:30, Ronit Mishra wrote: >> >> Start with `creat-react-app`.. webpack and bundler are task runner

Re: Django-React with webpack or create-react-app

2020-03-07 Thread Alaydyn Gholechragh
thanks for answer but I think to build react from 'create-app-react' create a folder with name 'build' and I can't change it and config is hard for work them together On Saturday, March 7, 2020 at 1:07:44 PM UTC+3:30, Ronit Mishra wrote: > > Start with

Re: Django-React with webpack or create-react-app

2020-03-07 Thread Ronit Mishra
Start with `creat-react-app`.. webpack and bundler are task runners that bundle your code for production. `creat-react-app` has a bundler program inbuilt. Once you're comfortable with React and you're easily able to communicate between Django and React components, then you might wanna

Django-React with webpack or create-react-app

2020-03-07 Thread Alaydyn Gholechragh
hi I want to use Django and react together but there is one problem , I don't know it is good I make react application with "webpack and bundler " or "creat-react-app "?? which is better ??? -- You received this message because you are subscribed to the Google Gro

Django + Webpack + Heroku. Error reading /app/webpack-stats.json. Are you sure webpack has generated the file and the path is correct?

2020-01-29 Thread Irawan Setyo Adhi Nugroho
I have the same problem. Is there any solutions? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussi

django-webpack-loader problem

2019-03-04 Thread Tom Zhang
Hi, all, Hi, did anyone used this library before? https://github.com/owais/django-webpack-loader In my html, I put {% load render_bundle from webpack_loader %} in the html, then I have {% render_bundle 'main' 'js' %}. However, django says SyntaxError('i

Django + Webpack + Heroku. Error reading /app/webpack-stats.json. Are you sure webpack has generated the file and the path is correct?

2018-06-11 Thread Audi Quattro 1992
Hello! I have some issue with my project Django+Webpack. I spend a lot of time to correct my path STATS_FILE with webpack.config.js, but nothing help me. My project work locally perfect, but when i want to open him on Heroku or AWS i have this issue: "Error reading /app/webpack-stats.json