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

Commit

Permalink
Revert "bump to webpack 3 (#1034)" (#1038)
Browse files Browse the repository at this point in the history
This reverts commit 12ccde4.
  • Loading branch information
leggsimon committed Jul 24, 2017
1 parent 12ccde4 commit f22dede
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build/webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ module.exports = {
}
],

// This is actually included in the 'es2015' preset but we need to override the
// `loose` option to be true
// TODO: stop transform-es2015-classes being loose. loose allows non-spec compliant classes.
[ require.resolve('babel-plugin-transform-es2015-classes'), { loose: true } ]

// converts import/export to commonjs, currently not used but
// will look to include it for browsers that can support modules
// require('babel-plugin-transform-es2015-modules-commonjs'),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"commander": "^2.9.0",
"css-loader": "^0.28.4",
"extract-css-block-webpack-plugin": "^1.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"ft-poller": "^2.9.0",
"handlebars-loader": "^1.4.0",
"imports-loader": "^0.7.1",
Expand All @@ -102,7 +102,7 @@
"sass-loader": "^6.0.5",
"semver": "^5.3.0",
"shellpromise": "^1.4.0",
"webpack": "^3.2.0",
"webpack": "^2.6.1",
"webpack-merge": "^4.1.0",
"webpack-sources": "^1.0.1",
"webpack-stats-plugin": "^0.1.1"
Expand Down

0 comments on commit f22dede

Please sign in to comment.