tahnik / react-expressjs

Simple and compact boilerplate for ReactJS project with expressJS
MIT License
212 stars 73 forks source link

Webpack requires output paths to be absolute. #2

Closed stewartmurrie closed 7 years ago

stewartmurrie commented 7 years ago

Per the docs at https://webpack.js.org/concepts/output/#output-path output.path must be absolute. Webpack used to allow relative paths anyway until it was fixed (see https://github.com/webpack/webpack.js.org/issues/674).

tahnik commented 7 years ago

Thank you!