Skip to content

Commit 6b5a289

Browse files
trashpanda001kazupon
authored andcommitted
Disable ES2015 module transform via pass down. (vuejs-templates#77)
1 parent f049127 commit 6b5a289

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template/.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"presets": [
3-
["latest", { "modules": false }]
3+
["latest", {
4+
"es2015": { "modules": false }
5+
}]
46
]
57
}

0 commit comments

Comments
 (0)