Skip to content

Commit 5a48cd7

Browse files
committed
Fix Styleguidist
1 parent 12cb5f4 commit 5a48cd7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

styleguide.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ const config = {
4545
test: /\.js$/,
4646
loader: 'babel-loader',
4747
exclude: /node_modules/,
48+
options: {
49+
presets: [
50+
[
51+
'@babel/env',
52+
{
53+
modules: false,
54+
},
55+
],
56+
'@babel/react',
57+
],
58+
},
4859
},
4960
],
5061
},

0 commit comments

Comments
 (0)