You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/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.
7 years ago
..
loaders Remove unused loaders of webpack (#3495) 7 years ago
configuration.js [nanobox] Adjustments for Nanobox development (#3295) 8 years ago
development.js Improve eslint rules (#3147) 8 years ago
development.server.js [nanobox] Adjustments for Nanobox development (#3295) 8 years ago
development.server.yml Replace sprockets/browserify with Webpack (#2617) 8 years ago
generateLocalePacks.js Only load Intl data for current language (#3130) 8 years ago
paths.yml Remove unused loaders of webpack (#3495) 7 years ago
production.js Fix Webpack Bundle Analyzer output for Webpacker (#3374) 8 years ago
shared.js Resolve custom application stylesheet with Webpack (#3373) 7 years ago
test.js Improve eslint rules (#3147) 8 years ago
translationRunner.js Add ESLint rule (object-curly-spacing) (#3498) 7 years ago