Skip to content

Navigation Menu

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

Appearance settings

Commit 3177585

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

File tree

2 files changed

+2162
-2106
lines changed
Filter options

2 files changed

+2162
-2106
lines changed

‎build/webpack.base.conf.js

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.