chinwagsocial/config/webpack
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
2017-06-01 20:56:32 +02:00
..
loaders Remove unused loaders of webpack (#3495) 2017-06-01 17:27:35 +02:00
configuration.js [nanobox] Adjustments for Nanobox development (#3295) 2017-05-29 17:59:18 +02:00
development.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
development.server.js [nanobox] Adjustments for Nanobox development (#3295) 2017-05-29 17:59:18 +02:00
development.server.yml Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
generateLocalePacks.js Only load Intl data for current language (#3130) 2017-05-22 15:06:06 +02:00
paths.yml Remove unused loaders of webpack (#3495) 2017-06-01 17:27:35 +02:00
production.js Fix Webpack Bundle Analyzer output for Webpacker (#3374) 2017-05-28 16:26:16 +02:00
shared.js Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
test.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
translationRunner.js Add ESLint rule (object-curly-spacing) (#3498) 2017-06-01 17:25:10 +02:00