diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-11 18:57:24 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-11 18:57:24 +0300 |
| commit | 4eb075fae75cf24d2fcc9083607fee3d64077b44 (patch) | |
| tree | e90998d5829fee99101b78a3fed0bfc27f6515c5 | |
| parent | b2d3b7e708236623ef25e27dd5e162849c756f1f (diff) | |
whoopsies
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | build/webpack.prod.conf.js | 2 | ||||
| -rw-r--r-- | config/local.example.json | 4 |
3 files changed, 6 insertions, 1 deletions
@@ -6,3 +6,4 @@ test/unit/coverage test/e2e/reports selenium-debug.log .idea/ +config/local.json diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index f4038e71..c02f8e86 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -35,7 +35,7 @@ var webpackConfig = merge(baseWebpackConfig, { // http://vuejs.github.io/vue-loader/workflow/production.html new webpack.DefinePlugin({ 'process.env': env, - 'COMMIT_HASH': JSON.stringify(commitHash) + 'COMMIT_HASH': JSON.stringify(commitHash), 'DEV_OVERRIDES': JSON.stringify(undefined) }), new webpack.optimize.UglifyJsPlugin({ diff --git a/config/local.example.json b/config/local.example.json new file mode 100644 index 00000000..2a3bd00d --- /dev/null +++ b/config/local.example.json @@ -0,0 +1,4 @@ +{ + "target": "https://pleroma.soykaf.com/", + "staticConfigPreference": false +} |
