Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /