build: 🔧 Stimulus setup

webpack service added to docker-compose, rails webpacker config, application js and css tags updated

rails webpacker support
This commit is contained in:
Juan Rodriguez
2021-06-13 16:28:45 -05:00
parent d27fb94095
commit 7e81f47473
32 changed files with 7731 additions and 73 deletions
+5
View File
@@ -0,0 +1,5 @@
process.env.NODE_ENV = process.env.NODE_ENV || 'development'
const environment = require('./environment')
module.exports = environment.toWebpackConfig()