summaryrefslogtreecommitdiff
path: root/webpack.htmlexport.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix urlPath support, let CodiMD be served from a subpath correctlyEnrico Guiraud2019-12-201-1/+1
| | | | | | | | Webpack now uses relative paths for resources linked from by static snippets. A templated <base> tag has been introduced in headers so app.js can set the base URL at runtime. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
* Use webpack-merge.David Mehren2018-10-101-0/+25
Move html export config to own file. Delete unnecessary config options. Use cheap source maps. Signed-off-by: David Mehren <dmehren1@gmail.com>