add Dockerfile and configure production app

This commit is contained in:
Alex Turchyn
2023-06-24 22:50:12 +03:00
parent 8bb6ff7ab3
commit 8a6430f117
25 changed files with 300 additions and 193 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
const { webpackConfig, merge } = require('shakapacker')
const { globalMutableWebpackConfig, merge } = require('shakapacker')
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
const { VueLoaderPlugin } = require('vue-loader')
const configs = merge(webpackConfig, {
const configs = merge(globalMutableWebpackConfig, {
resolve: {
extensions: ['.css', '.scss', '.vue']
},