summaryrefslogtreecommitdiff
path: root/webpack.config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename Webpack config to official recommendationDavid Mehren2018-10-101-41/+0
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Upgrade to Webpack 4 - development configDavid Mehren2018-09-061-7/+13
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Enable source map in development buildYukai Huang2017-04-111-1/+3
|
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-30/+30
| | | | Fixed all fail on frontend code.
* Do not use hash for html.min.cssYukai Huang2016-11-021-1/+1
|
* Config extra entry for html.min.cssYukai Huang2016-11-021-2/+27
|
* Config webpack css hash in productionYukai Huang2016-11-021-1/+6
|
* Setup webpack production configYukai Huang2016-10-111-93/+2
|
* Manage more packages with npm and webpackYukai Huang2016-10-111-3/+5
|
* Split common vendor javascript into chunksYukai Huang2016-10-111-2/+14
|
* Cover page is now workingYukai Huang2016-10-101-1/+2
|
* Include jquery by script tag for nowYukai Huang2016-10-101-4/+0
|
* Slide mode is now workingYukai Huang2016-10-101-2/+6
|
* Remove redundant entry pointYukai Huang2016-10-101-1/+1
|
* Finish public note view js loadingYukai Huang2016-10-091-1/+2
|
* Config TextExtract plugin and change build folderYukai Huang2016-10-091-4/+5
|
* Fix more js errorsYukai Huang2016-10-091-1/+2
|
* Revert to customized codemirrorYukai Huang2016-10-091-1/+0
|
* Revert customized ot library and fix dependencyYukai Huang2016-10-091-1/+0
|
* Config bootstrap with webpackYukai Huang2016-10-081-58/+67
|
* Resolve dependency module requiringYukai Huang2016-10-081-1/+6
| | | | | | | | * es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
* Create webpack configYukai Huang2016-10-081-0/+64