1
1
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:
Brent Jackson 2019-03-09 20:48:00 -05:00
parent 91da9322ce
commit bbe660ee7a

View File

@ -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,
},