Commit Graph

124 Commits (fe9ce637e86b6c5dc86d4848dd38b0f1e8d38bc6)

Author SHA1 Message Date
Alex Gleason cb399a3878
Webpack: implicit TerserPlugin
3 years ago
Alex Gleason 111ae408b2
Lint: fix require .js extension
3 years ago
Alex Gleason 15283102d1
Upgrade Webpack to v5
3 years ago
Alex Gleason ea26e86a94
Rename FE_BASE_PATH to FE_SUBDIRECTORY
3 years ago
Alex Gleason e8623d0af8
Webpack: UnusedFilesWebpackPlugin: ignore locale whitelist files, about.example
3 years ago
Alex Gleason 5ea4a8e869
Webpack: suppress output
3 years ago
Alex Gleason 16470c605f
Webpack: remove unneeded NormalModuleReplacementPlugin
3 years ago
Alex Gleason 9700deeba5
Webpack: add SpeedMeasurePlugin
3 years ago
Alex Gleason ecb2c1de25
Subdirectory fixes: sounds, publicPath
3 years ago
Alex Gleason 7861270355
Build config: add FE_BUILD_DIR to configure the output path
3 years ago
Alex Gleason 54d7d9c6db
Webpack: don't cache build_config with @preval
3 years ago
Alex Gleason 868f514f5b
Webpack: use FE_BASE_PATH as publicPath
3 years ago
Alex Gleason f8270181ab
Merge remote-tracking branch 'origin/develop' into fe-basename
3 years ago
Alex Gleason bc759c87b2
Webpack: copy files into `/static` instead of starting them there
3 years ago
Alex Gleason 66b67440fe
FE_BASE_PATH: set output directory
3 years ago
Alex Gleason bba6716cf7
Webpack: generate 404.html during build
3 years ago
Alex Gleason 594cf088ed
eslint: extend 'eslint:recommended'
3 years ago
Alex Gleason 5548644bd6
eslint: no-extra-semi
3 years ago
Alex Gleason a310197a5a
eslint: prefer-const, no-loop-func, no-const-assign, no-var
3 years ago
Alex Gleason 856a04aa76
sw.js: Exclude index.html so Bromite Browser doesn't crash
3 years ago
Alex Gleason 655d5393a3
Webpack: output to 'static-test' for tests
3 years ago
Alex Gleason f061954fdb
Webpack: switch build directory to 'static' instead of 'static/packs', fix sw.js
3 years ago
Alex Gleason 8d9f3b561f
Webpack: proxy `favicon.png` to the backend in devServer
3 years ago
Alex Gleason d86eb6d848
Webpack: don't mangle output in TerserPlugin
3 years ago
Alex Gleason cc5084c481
Remove deprecated uglifyjs-webpack-plugin
3 years ago
Alex Gleason 225f61cc5b
Merge branch 'upgrade-emoji-mart' into fix-notifications-tab
3 years ago
Alex Gleason a3d5d1a882
Upgrade emoji-datasource to 5.0.0
3 years ago
Alex Gleason 08d38f09e2
Babel: enable useBuiltIn option to turn on polyfills
3 years ago
Alex Gleason ba062a0c7d
Include sheet_10.png in build
3 years ago
Alex Gleason 651e45b96d
Package emojis as a dependency of twemoji
3 years ago
Alex Gleason 8b7c8f6eac
Fix preval cache issues
4 years ago
Alex Gleason 5b93da45ca
Don't cache code.js
4 years ago
Alex Gleason 85939e9ec6
Add UnusedFilesWebpackPlugin to detect unused files
4 years ago
Alex Gleason a5ed1998d7
Merge remote-tracking branch 'origin/develop' into remote_follow
4 years ago
Sean King 0316c7cf72
Move out of webpacker.yml
4 years ago
Sean King c27d59e970
Migrate devServer settings from webpacker.yml to development.js
4 years ago
Alex Gleason dfcac33fe1
Update dependency webpack-merge to v5
4 years ago
Alex Gleason 03dc10cf7d
CompressionPlugin: use default params for filename and cache
4 years ago
Alex Gleason 0bbdaa4191
eslint: trailing comma fixes, unused var
4 years ago
Sean King cdd22a78dd Add ostatus backend points for development
4 years ago
Alex Gleason 3cff9538e2
Upgrade uglifyjs-webpack-plugin to latest version
4 years ago
Alex Gleason c0dc4a69cd
Allow local dev against gleasonator.com
4 years ago
Alex Gleason 93ae2fff9b
Don't strip comments from HTML
4 years ago
Alex Gleason 751261a173
Local dev: proxy patron endpoints again
4 years ago
Alex Gleason 73b275b8da
Patron updates
4 years ago
Alex Gleason 7147cfe662
Upgrade babel-plugin-react-intl
4 years ago
Alex Gleason e935fb90b9
Remove generateLocalePacks.js
4 years ago
Alex Gleason d5fba20091
Update gab references
4 years ago
Alex Gleason 9d242a403b
Simplify Webpack CSS
4 years ago
Alex Gleason 4d484153ac
More SCSS variable replacements
4 years ago
Alex Gleason da3e63596b
Webpack: Reduce to one entrypoint, app/application.js
4 years ago
Alex Gleason d24dcb3e60
gabsocial --> soapbox paths
4 years ago
Alex Gleason 69df2728f4
Proxy /auth/password to the backend
4 years ago
Alex Gleason 9503bd2d1f
Proxy /emoji to the backend, fixes #52
4 years ago
Alex Gleason afc7e33478
Use HtmlWebpackPlugin to inject chunks with hashes
4 years ago
Alex Gleason 717ef98640
cobalt --> azure
4 years ago
Alex Gleason ea5643f138
Refactor theme slugs, fixes #40
4 years ago
Alex Gleason 06a335961d
/public --> /static for simpler Pleroma installation
4 years ago
Alex Gleason 24c7b3a6bf
Use NODE_ENV from environment instead of overriding it
4 years ago
Alex Gleason 4910b99a53
Link to Pleroma admin-fe views
4 years ago
Alex Gleason 94aa5bb82b
Make local dev more configurable
4 years ago
Alex Gleason a4fe106e7f
Proxy to HTTPS with webpack dev server
4 years ago
Alex Gleason 70b04a72cc
Fix NODE_ENV issue on `yarn start`
4 years ago
Alex Gleason 141b0e6bfa
Fix most linter errors
4 years ago
Alex Gleason 5907b60117
Fix translationRunner and add it to CI
4 years ago
Alex Gleason b45012c435
Use port 3036 to avoid conflicting with Mastodon dev server
5 years ago
Alex Gleason 8f07c6ea2a
Get basic login working
5 years ago
Alex Gleason c9c08dff5c
Move Soapbox config to fetchable endpoint
5 years ago
Alex Gleason 2a245d076a
Support GET /patron/v1/funding
5 years ago
Alex Gleason d0cce666c2
Proxy requests to backend
5 years ago
Alex Gleason 346bfd5d8d
Remove hashes from filenames for now
5 years ago
Alex Gleason 882b302408
Add index.html
5 years ago
Alex Gleason d890f9a399
Building succeeds
5 years ago
Alex Gleason b1b5dc62db
Initial commit
5 years ago