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

Webpack 2 #357

Merged
merged 3 commits into from
Jan 21, 2017
Merged

Webpack 2 #357

merged 3 commits into from
Jan 21, 2017

Conversation

nickbalestra
Copy link
Contributor

@nickbalestra nickbalestra commented Jan 19, 2017

@nickbalestra nickbalestra changed the title [WIP][DO NOT MERGE] Webpack1 -> 2 Webpack2 Jan 21, 2017
@nickbalestra nickbalestra changed the title Webpack2 Webpack 2 Jan 21, 2017
@matteofigus
Copy link
Member

@nickbalestra I merged the other one. Can you rebase this? Cheers

Copy link
Contributor Author

@nickbalestra nickbalestra left a comment

Choose a reason for hiding this comment

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

@matteofigus minors and rebased

@@ -65,7 +65,6 @@
"handlebars": "4.0.5",
"infinite-loop-loader": "1.0.0",
"jade": "1.11.0",
"json-loader": "0.5.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -84,6 +83,6 @@
"uglify-js": "2.6.4",
"underscore": "1.8.3",
"watch": "0.19.1",
"webpack": "1.14.0"
"webpack": "2.2.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If this version is not visible on npm, is cause it still behind the beta flag. Reason for this choice by the wp team is to speed up writing documentation. They will remove the beta flag once documentation is fully complete. But webpack itself is totally out of beta and stable

var injectr = require('injectr');
var path = require('path');
var sinon = require('sinon');
var uglifyJs = require('uglify-js');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

extra cleanup of unneded require for the new updated unit test.

Copy link
Member

@matteofigus matteofigus left a comment

Choose a reason for hiding this comment

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

Awesome

"resolved": "https://registry.npmjs.org/webpack/-/webpack-1.14.0.tgz"
"version": "2.2.0",
"from": "webpack@2.2.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-2.2.0.tgz"
Copy link
Member

Choose a reason for hiding this comment

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

🎉

}]
]
})
use: [
Copy link
Member

Choose a reason for hiding this comment

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

I really like the new syntax. Much cleaner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants