about summary refs log tree commit diff
path: root/app/javascript/packs/application.js
AgeCommit message (Expand)Author
2022-10-03Fix missing await (#19273)Yamagishi Kazutoshi
2022-10-03Disable push notification when not logged in (#19272)Yamagishi Kazutoshi
2020-10-13Change how CDN_HOST is passed down to make assets build reproducible (#14381)ThibG
2018-07-14Upgrade webpack to version v4.x (#6655)Yamagishi Kazutoshi
2017-07-18Require any modules after loading polyfill in entry points (#4231)Akihiko Odaki
2017-06-11Remove comments for eslint-disable (#3691)Yamagishi Kazutoshi
2017-05-30Extract polyfill loading into single module (#3421)Nolan Lawson
2017-05-25Name the Webpack chunks (#3291)Nolan Lawson
2017-05-24Lazy load toots using IntersectionObserver (#3191)Sorin Davidoi
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-17Catch import promise in application.js (#3041)Stephen Burgess
2017-05-11Add dynamic polyfills for older browsers (#2985)Nolan Lawson
2017-05-09Use RegExp for require.context to filter custom stylesheets (#2950)Akihiko Odaki
2017-05-09Remove jquery-ujs (#2939)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko