summaryrefslogtreecommitdiff
path: root/webpack.common.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the xss library from webpackSheogorath2018-11-101-6/+0
| | | | | | | | We can load the xss functions directly from the library instead of loading them through the expose loader of webpack, this should simplify the setup and maybe even improve speed a bit. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Code style fixes for webpack.common.jsDavid Mehren2018-10-191-9/+9
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Use const instead of var in webpack configs.David Mehren2018-10-191-6/+6
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Remove dead package octiconSheogorath2018-10-101-6/+3
| | | | | | | | Octicon no longer provides its CSS classes and this way is useless in CodiMD. Replacing all used classes in the UI and remove it from build system. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Use webpack-merge.David Mehren2018-10-101-0/+1
| | | | | | | | Move html export config to own file. Delete unnecessary config options. Use cheap source maps. Signed-off-by: David Mehren <dmehren1@gmail.com>
* Rename Webpack config to official recommendationDavid Mehren2018-10-101-0/+480
Signed-off-by: David Mehren <dmehren1@gmail.com>