summaryrefslogtreecommitdiff
path: root/webpack.htmlexport.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-20Fix urlPath support, let CodiMD be served from a subpath correctlyEnrico Guiraud1-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>
2018-10-10Use webpack-merge.David Mehren1-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>