Skip to content

Commit

Permalink
Merge pull request #264 from opencomponents/babel-minify-webpack-plug…
Browse files Browse the repository at this point in the history
…in-0.3.0-128.11.0

Update babel-minify-webpack-plugin in /packages/oc-webpack from 0.2.0 to 0.3.0
  • Loading branch information
nickbalestra authored Feb 22, 2018
2 parents 26f34a0 + 75f03aa commit 122b200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/oc-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-minify-webpack-plugin": "0.3.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"infinite-loop-loader": "1.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,13 @@ Object {
"transform": [Function],
},
"comments": /\\^\\\\\\*\\*!\\|@preserve\\|@license\\|@cc_on/,
"jsregex": /\\\\\\.js\\(\\$\\|\\\\\\?\\)/i,
"exclude": undefined,
"include": undefined,
"minifyOpts": Object {},
"minifyPreset": [Function],
"parserOpts": Object {},
"sourceMap": undefined,
"test": /\\\\\\.js\\(\\$\\|\\\\\\?\\)/i,
},
},
DefinePlugin {
Expand Down

0 comments on commit 122b200

Please sign in to comment.