Skip to content

Commit

Permalink
Remove limiter in javascript rule of builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Aug 2, 2017
1 parent d442fd1 commit 26015bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/rules/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ const config = require('../app.config')
*/
module.exports = {
test: /\.js$/,
include: config.paths.javascript,
loader: 'babel-loader'
}
}

0 comments on commit 26015bd

Please sign in to comment.