Skip to content

Switch bundling system to Webpack #1

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

Merged
merged 2 commits into from
Dec 9, 2014
Merged

Switch bundling system to Webpack #1

merged 2 commits into from
Dec 9, 2014

Conversation

sirlancelot
Copy link
Contributor

Just for kicks I wanted to see how involved it would be to switch to Webpack and it turns out to be incredibly simple. Webpack has better support for SourceMaps and it even generates a smaller minified bundle than Browserify.

I updated the dev & build tasks to use Webpack. dev compiles with SourceMaps & watches all the modules for changes. build compiles once and minifies with UglifyJS.

yyx990803 added a commit that referenced this pull request Dec 9, 2014
@yyx990803 yyx990803 merged commit 4db53e5 into vuejs:gh-pages Dec 9, 2014
@yyx990803
Copy link
Member

Looks good :)

@sirlancelot sirlancelot deleted the feature/webpack-bundler branch August 12, 2015 21:09
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