Open markgoho opened 7 years ago
Under the Server Build step, you say to delete dist/index.html and then, without any additional instruction, you have in the index.js file,
dist/index.html
index.js
index: `path/to/index.html',
This is kind of confusing...are we deleting the file or not?
@markgoho I see where I skipped a spot. You are supposed to move the dist/index.html file to dist-server, but I referred to it as a delete. I'll get that updated.
dist-server
Thanks!
Under the Server Build step, you say to delete
dist/index.html
and then, without any additional instruction, you have in theindex.js
file,This is kind of confusing...are we deleting the file or not?