Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 9ff3e22

Browse files
author
Kamil Kisiela
committed
fix: arrow function istead of es5 function
1 parent 69b61b2 commit 9ff3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var _ = require('underscore');
22

3-
module.exports = (type) => {
3+
module.exports = function (type) {
44
return {
55
entry: './src/index.js',
66
output: output,

0 commit comments

Comments
 (0)