Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Load components async
  • Loading branch information
patrickbrouwers committed Feb 13, 2019
commit cb7bedcfc07bc52c0a3708dddd50a3801f948798
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["@babel/plugin-syntax-dynamic-import"]
}
27 changes: 18 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"axios": "^0.18",
"bootstrap": "^4.0.0",
"bootstrap": "^4.3.1",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
Expand All @@ -21,7 +22,7 @@
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"turbolinks": "^5.2.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.5"
"vue": "^2.6.6",
"vue-template-compiler": "^2.6.6"
}
}
10,664 changes: 10,659 additions & 5 deletions public/css/app.css

Large diffs are not rendered by default.

Loading