diff --git a/webpack.config.js b/webpack.config.js index 5f286bfd..18dc4a20 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,7 +30,8 @@ module.exports = { exclude: /tablefilter\/node_modules/, query: { compact: false, - presets: ['es2015'] + presets: ['es2015'], + plugins: [['transform-es2015-classes', {loose: true}]] }, loader: 'babel-loader' },