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

Commit f0306ac

Browse files
committed
docs: fix readme error
1 parent 49d36dc commit f0306ac

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
@@ -72,7 +72,7 @@ Object of webpack options. Just `require` in the options from your `webpack.conf
7272
module: {
7373
rules: [
7474
{
75-
test: /\.js?$/,
75+
test: /\.jsx?$/,
7676
exclude: [/node_modules/],
7777
use: [{
7878
loader: 'babel-loader',

0 commit comments

Comments
 (0)