このコミットが含まれているのは:
Henry Jameson 2018-12-11 18:57:24 +03:00
コミット 4eb075fae7
3個のファイルの変更6行の追加1行の削除

1
.gitignore vendored
ファイルの表示

@ -6,3 +6,4 @@ test/unit/coverage
test/e2e/reports
selenium-debug.log
.idea/
config/local.json

ファイルの表示

@ -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({

4
config/local.example.json ノーマルファイル
ファイルの表示

@ -0,0 +1,4 @@
{
"target": "https://pleroma.soykaf.com/",
"staticConfigPreference": false
}