Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 6fed47c

Browse files
committed
chore(*): fix tests
1 parent d8b8e36 commit 6fed47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function createConfig(conf, _options: ConfigOptions = defaultOptions) {
5050
loaders: [
5151
{
5252
test: /\.(tsx?|jsx?)/,
53-
loader: loaderDir + '?target=es5' + options.loaderParams,
53+
loader: loaderDir + '?target=es6' + options.loaderParams,
5454
},
5555
],
5656
},

0 commit comments

Comments
 (0)