Skip to content

Commit

Permalink
Try enabling the dangerousForOf transform 😟
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 7, 2019
1 parent 57bb39d commit ec1a9e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ module.exports = {
include: [
'node_modules/leven/**/*.js',
'node_modules/detect-indent/**/*.js'
]
],
transforms: {
dangerousForOf: true
}
}),
require('rollup-plugin-commonjs')(),
require('rollup-plugin-node-resolve')(),
Expand Down

0 comments on commit ec1a9e3

Please sign in to comment.