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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
my production is in a none node server. I was able to get this seed to work. but was not able to build production to test if this would work on my server.
I added "build:prod": "webpack -p --progress" to my package.json script
in webpack config, i added the below to have webpage generate my index file for me. I was able to run npm run build:prod and was successful but when i open it on firefox, i get nothing. can someone help point me in the right direction? thanks
new HtmlWebPackPlugin({
template: './src/index.html'
})
The text was updated successfully, but these errors were encountered:
my production is in a none node server. I was able to get this seed to work. but was not able to build production to test if this would work on my server.
I added "build:prod": "webpack -p --progress" to my package.json script
in webpack config, i added the below to have webpage generate my index file for me. I was able to run npm run build:prod and was successful but when i open it on firefox, i get nothing. can someone help point me in the right direction? thanks
new HtmlWebPackPlugin({
template: './src/index.html'
})
The text was updated successfully, but these errors were encountered: