mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-18 08:29:50 +01:00
Update webpack.config.js
This commit is contained in:
parent
7e9de15870
commit
01027bae68
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue