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

Commit 175abcf

Browse files
fix reference to babel-preset-env in readme
1 parent 2620f5c commit 175abcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Object of webpack options. Just `require` in the options from your `webpack.conf
7777
use: [{
7878
loader: 'babel-loader',
7979
options: {
80-
presets: ['babel-preset-env'],
80+
presets: ['@babel/preset-env'],
8181
},
8282
}],
8383
},

0 commit comments

Comments
 (0)