Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
steffans committed May 26, 2016
2 parents 910ad58 + 264ae11 commit 2cc38d6
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 198 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-resource",
"main": "dist/vue-resource.js",
"description": "A web request service for Vue.js",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/vuejs/vue-resource",
"license": "MIT",
"ignore": [
Expand Down
10 changes: 10 additions & 0 deletions build/webpack.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ module.exports = [
library: "VueResource",
libraryTarget: "umd"
},
module: {
loaders: [
{test: /.js/, exclude: /node_modules/, loader: 'babel', query: {presets: ['es2015-without-strict']}}
]
},
plugins: [
new webpack.BannerPlugin(banner, {raw: true})
]
Expand All @@ -30,6 +35,11 @@ module.exports = [
library: "VueResource",
libraryTarget: "umd"
},
module: {
loaders: [
{test: /.js/, exclude: /node_modules/, loader: 'babel', query: {presets: ['es2015-without-strict']}}
]
},
plugins: [
new webpack.optimize.UglifyJsPlugin,
new webpack.BannerPlugin(banner, {raw: true})
Expand Down
Loading

0 comments on commit 2cc38d6

Please sign in to comment.