2018-04-03 22:56:12 +00:00
|
|
|
const webpack = require('webpack');
|
|
|
|
const path = require('path');
|
|
|
|
const typescriptSupport = require('react-docgen-typescript');
|
|
|
|
|
|
|
|
const propsParser = typescriptSupport.withCustomConfig('./tsconfig.json').parse;
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
sections: [
|
2018-04-15 04:28:21 +00:00
|
|
|
{
|
|
|
|
name: 'Components',
|
|
|
|
description: '',
|
|
|
|
components: 'ts/components/*.tsx',
|
|
|
|
},
|
2018-04-03 22:56:12 +00:00
|
|
|
{
|
|
|
|
name: 'Conversation',
|
|
|
|
description: 'Everything necessary to render a conversation',
|
2018-04-05 22:30:40 +00:00
|
|
|
components: 'ts/components/conversation/*.tsx',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
2018-04-12 20:23:26 +00:00
|
|
|
{
|
|
|
|
name: 'Media Gallery',
|
|
|
|
description: 'Display media and documents in a conversation',
|
|
|
|
components: 'ts/components/conversation/media-gallery/*.tsx',
|
|
|
|
},
|
2018-04-03 22:56:12 +00:00
|
|
|
{
|
|
|
|
name: 'Utility',
|
2018-04-05 22:30:40 +00:00
|
|
|
description: 'Utility components used across the application',
|
|
|
|
components: 'ts/components/utility/*.tsx',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Test',
|
|
|
|
description: 'Components only used for testing',
|
2018-04-11 20:31:35 +00:00
|
|
|
components: 'ts/styleguide/**/*.tsx',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
context: {
|
|
|
|
// Exposes necessary utilities in the global scope for all readme code snippets
|
2018-04-11 20:31:35 +00:00
|
|
|
util: 'ts/styleguide/StyleGuideUtil',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
2018-04-27 21:25:04 +00:00
|
|
|
contextDependencies: [path.join(__dirname, 'ts/styleguide')],
|
2018-04-03 22:56:12 +00:00
|
|
|
// We don't want one long, single page
|
|
|
|
pagePerSection: true,
|
|
|
|
// Expose entire repository to the styleguidist server, primarily for stylesheets
|
|
|
|
assetsDir: './',
|
|
|
|
// Add top-level elements to the HTML:
|
|
|
|
// docs: https://github.com/vxna/mini-html-webpack-template
|
|
|
|
// https://react-styleguidist.js.org/docs/configuration.html#template
|
|
|
|
template: {
|
|
|
|
head: {
|
2018-04-27 21:25:04 +00:00
|
|
|
links: [
|
|
|
|
{
|
|
|
|
rel: 'stylesheet',
|
|
|
|
type: 'text/css',
|
|
|
|
href: '/stylesheets/manifest.css',
|
|
|
|
},
|
|
|
|
],
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
|
|
|
body: {
|
|
|
|
// Brings in all the necessary components to boostrap Backbone views
|
|
|
|
// Mirrors the order used in background.js.
|
|
|
|
scripts: [
|
|
|
|
{
|
2018-04-05 22:30:40 +00:00
|
|
|
src: 'test/styleguide/legacy_bridge.js',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
2018-04-05 19:50:52 +00:00
|
|
|
{
|
|
|
|
src: 'node_modules/moment/min/moment-with-locales.min.js',
|
|
|
|
},
|
2018-04-03 22:56:12 +00:00
|
|
|
{
|
|
|
|
src: 'js/components.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/reliable_trigger.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/database.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/storage.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/signal_protocol_store.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/libtextsecure.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/focus_listener.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/notifications.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/delivery_receipts.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/read_receipts.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/read_syncs.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/libphonenumber-util.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/models/messages.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/models/conversations.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/models/blockedNumbers.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/expiring_messages.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/chromium.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/registration.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/expire.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/conversation_controller.js',
|
|
|
|
},
|
|
|
|
// Select Backbone views
|
2018-04-11 16:30:28 +00:00
|
|
|
{
|
|
|
|
src: 'js/views/react_wrapper_view.js',
|
|
|
|
},
|
2018-04-03 22:56:12 +00:00
|
|
|
{
|
|
|
|
src: 'js/views/whisper_view.js',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
src: 'js/views/timestamp_view.js',
|
|
|
|
},
|
2018-04-05 16:19:00 +00:00
|
|
|
{
|
|
|
|
src: 'js/views/attachment_view.js',
|
|
|
|
},
|
2018-04-03 22:56:12 +00:00
|
|
|
{
|
|
|
|
src: 'js/views/message_view.js',
|
|
|
|
},
|
|
|
|
// Hacky way of including templates for Backbone components
|
|
|
|
{
|
2018-04-05 22:30:40 +00:00
|
|
|
src: 'test/styleguide/legacy_templates.js',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
propsParser,
|
|
|
|
webpackConfig: {
|
|
|
|
devtool: 'source-map',
|
|
|
|
|
|
|
|
resolve: {
|
|
|
|
// Necessary to enable the absolute path used in the context option above
|
2018-04-27 21:25:04 +00:00
|
|
|
modules: [__dirname, path.join(__dirname, 'node_modules')],
|
2018-04-03 22:56:12 +00:00
|
|
|
extensions: ['.tsx'],
|
|
|
|
},
|
|
|
|
|
|
|
|
module: {
|
|
|
|
rules: [
|
|
|
|
{
|
|
|
|
test: /\.tsx?$/,
|
2018-04-27 21:25:04 +00:00
|
|
|
loader: 'ts-loader',
|
2018-04-03 22:56:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
// To test handling of attachments, we need arraybuffers in memory
|
2018-04-16 23:23:05 +00:00
|
|
|
test: /\.(gif|mp3|mp4|txt|jpg|jpeg|png)$/,
|
2018-04-03 22:56:12 +00:00
|
|
|
loader: 'arraybuffer-loader',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|