7e81f47473
webpack service added to docker-compose, rails webpacker config, application js and css tags updated rails webpacker support
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rails/webpacker": "5.4.0",
|
|
"css-loader": "^5.2.6",
|
|
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
"mini-css-extract-plugin": "^1.6.0",
|
|
"stimulus": "^2.0.0",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|