Closed stefaneng closed 8 years ago
Current if we run npm run build followed by npm start without removing /dist then it will appear that webpack is serving the files but really express is just serving them statically.
npm run build
npm start
/dist
+1 tested and liked the change.
Great! Thanks, sorry for late merge :-)
Current if we run
npm run build
followed bynpm start
without removing/dist
then it will appear that webpack is serving the files but really express is just serving them statically.