Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 21, 2021
2 parents 8928145 + a02c522 commit b417796
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
1 change: 1 addition & 0 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
entry: {
app: './src/main.js'
},
target: 'web', // Fixes HMR: https://github.com/webpack/webpack-dev-server/issues/2758
plugins: [new VueLoaderPlugin()],
output: {
path: config.build.assetsRoot,
Expand Down
53 changes: 35 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"debug": "^4.3.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"fs-extra": "^9.1.0",
"jsonfile": "^6.1.0",
"morgan": "~1.10.0",
"mqtt": "^4.2.6",
Expand Down

0 comments on commit b417796

Please sign in to comment.