summaryrefslogtreecommitdiff
path: root/app/helpers/webpack_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate constants warnings by:Lin Jen-Shin2018-06-011-2/+0
* add webpack_ prefix to entrypoint paths helperMike Greiling2018-05-071-4/+4
* prevent duplicate chunks from being loaded in webpack_helperMike Greiling2018-05-031-2/+9
* remove force_same_domain option from webpack helpersMike Greiling2018-05-031-8/+6
* ensure parent entrypoint is loaded if direct one is unavailableMike Greiling2018-05-011-5/+11
* combine ancestor entrypoints into child entrypoints instead of importing bund...Mike Greiling2018-05-011-11/+8
* update webpack manifest integration to recognize multi-chunk entrypointsMike Greiling2018-05-011-8/+7
* alias create and update actions to new and editMike Greiling2018-02-161-4/+11
* update webpack helper to automatically include route-based entry pointsMike Greiling2018-02-011-0/+18
* fix bug in webpack_helper in which force_same_domain argument was ignored bre...fix-local-rspec-testsMike Greiling2018-01-251-1/+1
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-6/+8
* fix relative_url_root support for webpack chunksMike Greiling2017-07-281-1/+3
* configure webpack publicPath dynamically to account for CDN or relative path ...Mike Greiling2017-06-281-7/+16
* Improve webpack-dev-server compatibility with non-localhost setups.Mike Greiling2017-04-121-0/+30