Jacek 'Spikes' Wozniak

Results 2 comments of Jacek 'Spikes' Wozniak

Custom SSL certificates are definitely a must have. We run an e-commerce app and having a proper certificate is very important, can't use in production without it :(

Small fix, now that `publicPath: '/'` is declared, the snippet of code ``` output: { path: 'public', filename: 'bundle.js', publicPath: '/' } ``` contains also `path: 'public'` which should be...