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

Version update - most imporantly Webpack 4 #113

Merged
merged 19 commits into from
Apr 18, 2018
Merged
Show file tree
Hide file tree
Changes from 8 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
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@kaliber/build": "*"
},
"dependencies": {
"express-basic-auth": "^1.1.3",
"firebase": "^4.6.2",
"firebase-admin": "^5.5.1",
"express-basic-auth": "^1.1.4",
"firebase": "^4.12.1",
"firebase-admin": "^5.12.0",
"mjml": "^4.0.3",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"normalize.css": "^8.0.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react and react-dom aren't necessary anymore - they were defined for [email protected]

"xml": "^1.0.1"
}
}
}
1 change: 1 addition & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Breaking changes:

- v0.0.?? - `chunk-manifest.json` changed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget this

- v0.0.47 - Universal apps no longer have an extra `<div />` around the root-app-node and the script-tag.
- v0.0.44 - `*.entry.css` are now also hashed, use `css-manifest.json` to obtain the names
- v0.0.41 - `*.*.js` are no longer all treated as templates, by default only `.html.js`, `.txt.js` and `.json.js` are considered
Expand Down
Loading