Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade webpack and fix watch scss bug #26

Merged
merged 2 commits into from Apr 4, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next
upgrade webpack and fix watch scss bug
  • Loading branch information
trickpattyFH20 committed Apr 3, 2018
commit c7ccfac561c2ab4f2d94f66a01317ec79f2f892d

Some generated files are not rendered by default. Learn more.

@@ -84,7 +84,7 @@
"jsonfile": "^4.0.0",
"license-checker": "^15.0.0",
"markdown-extract": "^1.0.2",
"mini-css-extract-plugin": "^0.3.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.5.3",
"oboe": "^2.1.3",
"path": "^0.12.7",
@@ -96,7 +96,7 @@
"svg-url-loader": "^2.2.1",
"url-loader": "^0.6.2",
"vendor-copy": "^1.3.1",
"webpack": "^4.3.0",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-shell-plugin": "^0.5.0",
"whatwg-fetch": "^2.0.3"
ProTip! Use n and p to navigate between commits in a pull request.