-
Notifications
You must be signed in to change notification settings - Fork 830
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
V3 publishing #869
V3 publishing #869
Conversation
package.json
Outdated
@@ -102,5 +103,7 @@ | |||
"vinyl-buffer": "^1.0.0", | |||
"vinyl-source-stream": "^1.1.0" | |||
}, | |||
"dependencies": {} | |||
"dependencies": { | |||
"gulp-debug": "^3.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it snuck through from testing.
infra/utils/versioning.js
Outdated
module.exports = (pkgName) => { | ||
const pkgJson = require(`../../packages/${pkgName}/package.json`); | ||
const details = ['workbox', pkgName, pkgJson.version]; | ||
return `function v(){v._version='${details.join(':')}'};v();`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick sanity check: are there any concerns about the symbol v
ending up clashing with anything else in the same scope? Does v
get added in before or after the uglification takes place/
@jeffposnick that should be the publishing stuff c'est finis. |
PR-Bot Size PluginChanged File Sizes
New FilesNo new files have been added. All File SizesView Table
Workbox Aggregate Size PluginTotal Size: 8.32KB Gzipped: 3.79KB |
It all seems reasonable. Thanks for fighting though this. |
R: @jeffposnick @addyosmani @philipwalton