Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

production build with webpack #130

Closed
chungtinhlakho opened this issue Sep 24, 2016 · 1 comment
Closed

production build with webpack #130

chungtinhlakho opened this issue Sep 24, 2016 · 1 comment

Comments

@chungtinhlakho
Copy link

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'
})

prod

@pkozlowski-opensource
Copy link
Member

Duplicate of #17

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants