summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing google drive integrationSheogorath2018-05-161-4/+0
| | | | | | | | | | | | | | | It's sad but it's not working. For multiple releases this should be already broken which shows how often it's used. As there is also a security issue related to that, it's better to remove the feature completely. Whoever wants to rewrite it, feel free to go. This commit removes the Google Drive integration from HackMD's Frontend editor and this way removes the need to provide any API key and Client ID in the frontend. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix possible file limit errorsSheogorath2018-04-161-0/+5
| | | | | | | | | | | | | | | As we currently may need higher nofile limits than usual/default on various systems this commit should probide a fix for that an allow to build HackMD without highering these limits and increase security. Inspiration was found in a copy-webpack-plugin-issue[1] and found by @thegcat[2]. Thanks for that! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> [1]: https://github.com/webpack-contrib/copy-webpack-plugin/issues/59#issuecomment-228563990 [2]: https://github.com/thegcat
* Remove engine.io-client dependency and fix webpack configDavid Mehren2018-03-061-6/+4
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Fix lodash will be ignored by webpack in pack bundleWu Cheng-Han2017-06-081-2/+1
|
* Load statusbar template by string-loaderYukai Huang2017-05-071-0/+3
|
* Use abcjs on cdnjs, cc @jackycutePeter Dave Hello2017-04-181-3/+0
|
* Add support of abcjsWu Cheng-Han2017-03-261-1/+8
|
* Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han2017-03-141-2/+0
|
* Merge branch 'use_javascript_standard_style'BoHong Li2017-03-131-433/+431
|\ | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com>
| * Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-415/+415
| | | | | | | | Fixed all fail on frontend code.
* | Fix webpack copy relative path in #384Yukai Huang2017-03-121-10/+5
| |
* | Do not log assets info in webpack buildYukai Huang2017-03-121-0/+6
| |
* | Only copy needed files in webpackYukai Huang2017-02-191-5/+22
|/
* Update to use babel-polyfill to support ES6 features in old browsersWu Cheng-Han2017-02-031-0/+8
|
* Revert experimental vue for nowYukai Huang2017-01-211-7/+1
|
* Merge branch 'master' into frontend-nextYukai Huang2017-01-021-3/+3
|\
| * Fix js-url not import correctlyWu Cheng-Han2016-12-241-3/+3
| |
* | Basic setup for Vue appYukai Huang2016-12-241-1/+7
| |
* | Install vue and babel dependencyYukai Huang2016-12-241-0/+4
|/
* Fix wrong package name reference in webpack config for bootstrap-validatorWu Cheng-Han2016-12-201-2/+2
|
* Fix the generate template not including base url variableWu Cheng-Han2016-12-121-1/+2
|
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+2
|
* Fix incorrect resource arrangement in webpack configWu Cheng-Han2016-11-291-2/+2
|
* Update webpack and slide resource loading to reduce pack sizeWu Cheng-Han2016-11-291-1/+6
|
* Fix slide resource path and style load orders to avoid conflictsWu Cheng-Han2016-11-291-0/+8
|
* Fix webpack config typoWu Cheng-Han2016-11-281-1/+1
|
* Remove webpack shell plugin for webpack because it've been solved in another wayWu Cheng-Han2016-11-281-4/+0
|
* Fix missing expose reveal markdown in webpack configWu Cheng-Han2016-11-281-7/+8
|
* Fix missing slide preview css in webpack configWu Cheng-Han2016-11-281-2/+4
|
* Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han2016-11-281-12/+15
| | | | build config
* Optimize slide page resource packing and load orders, fix possible wrong ↵Wu Cheng-Han2016-11-261-3/+46
| | | | chunks orders and font awesome version
* Optimize pretty page resource packing and load ordersWu Cheng-Han2016-11-261-3/+47
|
* Fix some missing resources packing loaders and test regex in webpackWu Cheng-Han2016-11-261-1/+7
|
* Fix missing chunks for index page in webpack configWu Cheng-Han2016-11-261-0/+16
|
* Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-261-5/+107
|
* Optimize index page resources packing and loadsWu Cheng-Han2016-11-261-7/+25
|
* Config webpack css hash in productionYukai Huang2016-11-021-1/+0
|
* Remove select2 from webpack settingsWu Cheng-Han2016-10-241-2/+0
|
* Try to remove unused front-end dependencyWu Cheng-Han2016-10-191-7/+7
|
* Fix to use bower version emojify.jsWu Cheng-Han2016-10-191-1/+0
|
* Move gist-embed to CDNYukai Huang2016-10-141-6/+1
|
* Move list-pagination plugin to CDNYukai Huang2016-10-141-1/+0
|
* Move highlight.js to CDNYukai Huang2016-10-141-1/+2
|
* Fix HTML exportingYukai Huang2016-10-131-2/+4
|
* Config moment webpack ProvidePluginYukai Huang2016-10-131-1/+2
|
* Fix lastchangeui and moment timestampsYukai Huang2016-10-131-5/+2
|
* Fix scrollspyYukai Huang2016-10-131-2/+1
|
* Optimize common assets with CDNYukai Huang2016-10-131-5/+8
| | | | | | | * jquery * lodash * socket.io * boostrap
* Refactor webpack moduleYukai Huang2016-10-131-26/+78
|
* Config CDN for viz.jsYukai Huang2016-10-131-0/+4
|