LP#1770212 Bundle "vendor" CSS with webpack user/berick/lp1770212-webpack-for-css
authorBill Erickson <berickxx@gmail.com>
Thu, 10 May 2018 15:44:40 +0000 (11:44 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 10 May 2018 15:44:42 +0000 (11:44 -0400)
commit3440d264af0601615cc0249bcd72b2120d789fb3
treee4579546848ef471b981b93c334e0d7037086bad
parente9a2f26150682e77f36140280571ea7409cd34f1
LP#1770212 Bundle "vendor" CSS with webpack

Create a single vendor (dependency) CSS file containing minified
versions of all of the globally imported 3rd-party CSS so it may all be
loaded from the browser as a single import.

This deprecates EXPAND_WEB_IMPORTS since globally imported JS and CSS are
now both bundled by default via webpack.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/base.tt2
Open-ILS/web/js/ui/default/staff/package.json
Open-ILS/web/js/ui/default/staff/webpack.config.js