mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Adjust cli babel config
This commit is contained in:
parent
91da9322ce
commit
bbe660ee7a
@ -22,7 +22,7 @@ const rules = [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: path.resolve(__dirname, '../node_modules'),
|
||||
include: [path.resolve(__dirname, '..'), /^@mdx-deck/],
|
||||
include: [path.resolve(__dirname, '..'), /mdx-deck/],
|
||||
loader: require.resolve('babel-loader'),
|
||||
options: babel,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user