Skip to content

Commit 3177585

Browse files
authored
Merge pull request #29 from halfrost/fix_build_bug
fix build mac bug
2 parents 655de5a + b48d619 commit 3177585

File tree

2 files changed

+2162
-2106
lines changed

2 files changed

+2162
-2106
lines changed

build/webpack.base.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
{
4545
test: /\.js$/,
4646
loader: 'babel-loader',
47-
include: [resolve('src'), resolve('test')]
47+
include: [resolve('src'), resolve('test'), resolve('node_modules/markdown-it-highlightjs/index.js'),]
4848
},
4949
{
5050
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,

0 commit comments

Comments
 (0)