21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 06:20:50 +02:00

Yarn: added exports-loader in depedencies for compilation on server

This commit is contained in:
Colin Darie 2018-06-05 17:45:24 +02:00
parent 6001b869bc
commit f19f1c4ad5
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -4,12 +4,12 @@
"dependencies": {
"@rails/webpacker": "3.5",
"bootstrap": "^4.1.1",
"exports-loader": "^0.7.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"rails-ujs": "^5.2.0"
},
"devDependencies": {
"exports-loader": "^0.7.0",
"webpack-dev-server": "2.11.2"
}
}