Skip to content

Commit b48d619

Browse files
committed
fix build mac bug, change node_modules/markdown-it-highlightjs/index.js 45 line to
``` export default highlightjs // module.exports = highlightjs ```
1 parent 655de5a commit b48d619

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)