This commit is contained in:
Michael Shilman 2019-09-23 05:02:28 -04:00 committed by GitHub
parent 6290707054
commit de9c644b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,9 @@ module.exports = async ({ config }) => {
{
loader: 'babel-loader',
// may or may not need this line depending on your app's setup
plugins: ['@babel/plugin-transform-react-jsx'],
options: {
plugins: ['@babel/plugin-transform-react-jsx'],
},
},
{
loader: '@mdx-js/loader',