Skip to content

Commit 3499796

Browse files
committed
install
1 parent fd2b7cf commit 3499796

File tree

3 files changed

+1852
-87
lines changed

3 files changed

+1852
-87
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@
3232
/yarn-error.log
3333
yarn-debug.log*
3434
.yarn-integrity
35+
36+
/public/packs
37+
/public/packs-test
38+
/node_modules
39+
/yarn-error.log
40+
yarn-debug.log*
41+
.yarn-integrity

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@rails/actiontext": "^6.0.4-1",
1212
"@rails/activestorage": "^6.1.4-1",
1313
"@rails/ujs": "^6.1.4-1",
14+
"@rails/webpacker": "4.3.0",
1415
"abbrev": "^1.1.1",
1516
"accepts": "^1.3.7",
1617
"acorn": "^6.4.2",
@@ -760,7 +761,7 @@
760761
"webpack-assets-manifest": "^3.1.1",
761762
"webpack-cli": "^3.3.12",
762763
"webpack-dev-middleware": "^3.7.3",
763-
"webpack-dev-server": "^3.11.2",
764+
"webpack-dev-server": "^4.8.1",
764765
"webpack-log": "^2.0.0",
765766
"webpack-sources": "^1.4.3",
766767
"websocket-driver": "^0.7.4",

0 commit comments

Comments
 (0)