mastodon/config/webpack
Akihiko Odaki 85c9496340 Introduce common JavaScript file (#2981)
* Create common chunk rather than vendor chunk

vendor chunk is a set of modules provided by external vendors, but now we
can have a chunk as a set of modules shared by multiple entry points,
which could be more efficent than having vendor chunk.

* Start rails-ujs in common.js

This is used by /settings/two_factor_authentication.
2017-05-15 20:20:10 +02:00
..
loaders separate .babelrc for prod/dev, add babel-plugin-lodash (#2829) 2017-05-06 04:18:23 +02:00
configuration.js Streamline javascript translation by improving translationRunner (#2808) 2017-05-06 04:05:38 +02:00
development.js add source maps for dev/production (#2873) 2017-05-07 15:22:30 +02:00
development.server.js Enable disableHostCheck option of webpack-dev-server (#2790) 2017-05-04 17:49:05 +02:00
development.server.yml Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
paths.yml Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
production.js add source maps for dev/production (#2873) 2017-05-07 15:22:30 +02:00
shared.js Introduce common JavaScript file (#2981) 2017-05-15 20:20:10 +02:00
test.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
translationRunner.js Add final newline to locale files (#2890) 2017-05-07 19:55:47 +02:00