Relative Content

Tag Archive for javascriptpythonreactjsdjangoparceljs

Errors in Importing assets folder with static url in React parcel project

I am trying to serverside render a react page using Django. The server-side rendering is working fine for normal react components. The project is using parcel to auto-build javaScript files so that Django could render them. This is the command I am using to compile react to Js.
"scripts": { "watch": "parcel watch src/index.tsx --public-url /assets/" }