mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Upgrades to Babel 6
This commit is contained in:
@@ -19,7 +19,9 @@ module.exports = function(karma) {
|
||||
|
||||
browserify: {
|
||||
debug: true,
|
||||
transform: ['babelify']
|
||||
transform: [
|
||||
['babelify', { presets: ['es2015'] }]
|
||||
]
|
||||
},
|
||||
|
||||
browsers: ['PhantomJS']
|
||||
|
||||
Reference in New Issue
Block a user