rwieruch / minimal-react-webpack-babel-setup

The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?

Home Page:https://www.robinwieruch.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deployed on live server

constantinosergiou opened this issue · comments

hello @rwieruch ,
nice work and good tutorial but i am facing some issues
on local i make the neccesary change for the build

"scripts": {
		"dev": "webpack --mode development",
		"build": "webpack --mode production",
		"start": "webpack-dev-server --config ./webpack.config.js --mode development",
		"test": "echo \"No test specified\" && exit 0"
	},

but on live is not working here is the url http://react.myseminars.com.cy

How did you fix it @constantinosergiou ? :)

Ah okay 👍