Skip to content

Commit

Permalink
Merge pull request #190 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fixed webpack build
  • Loading branch information
vania-pooh authored Nov 6, 2020
2 parents d6abc63 + 96a80e2 commit a75898c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 41 deletions.
63 changes: 26 additions & 37 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint src",
"start": "run-p start:**",
"start:hugo": "hugo -d ../dist -s site -vw",
"start:webpack": "webpack-dev-server --config webpack.dev.js",
"start:webpack": "webpack serve --config webpack.dev.js",
"preview": "run-p preview:**",
"preview:hugo": "npm run start:hugo -- -D -F",
"preview:webpack": "npm run start:webpack",
Expand All @@ -16,7 +16,7 @@
"build:preview": "npm run build:webpack && npm run build:hugo:preview",
"build:hugo": "HUGO_BASEURL=https://aerokube.com/moon/ hugo -d ../dist -s site -v",
"build:hugo:preview": "npm run build:hugo -- -D -F",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.prod.js --hot --inline"
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.prod.js --hot --devtool inline-"
},
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -54,9 +54,9 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.3",
"webpack-merge": "^5.3.0",
"whatwg-fetch": "^3.4.1"
},
"resolutions": {
Expand Down

0 comments on commit a75898c

Please sign in to comment.