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

Commit 181a05a

Browse files
committed
lint [skip ci]
1 parent 07dc85b commit 181a05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function buildPreset(context, opts = {}) {
230230
const regenerator = allTransformations.indexOf("transform-regenerator") >= 0;
231231
const modulePlugin = moduleType !== false && MODULE_TRANSFORMATIONS[moduleType];
232232
const plugins = [];
233-
233+
234234
modulePlugin &&
235235
plugins.push([require(`babel-plugin-${modulePlugin}`), { loose }]);
236236

0 commit comments

Comments
 (0)