Skip to content

Commit

Permalink
Updated karma-rollup-preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 20, 2018
1 parent 023564d commit 5e2dedb
Show file tree
Hide file tree
Showing 3 changed files with 1,283 additions and 50 deletions.
6 changes: 4 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,10 @@ module.exports = function (config) {
'process.env.BROWSER': JSON.stringify(true)
})
],
format: 'iife',
sourcemap: 'inline'
output: {
format: 'iife',
sourcemap: 'inline'
}
},
sauceLabs: {
testName: 'resize-observer-polyfill',
Expand Down
Loading

0 comments on commit 5e2dedb

Please sign in to comment.