Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[added] Markup.highlightHTML and Markup.highlightJSX
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Mar 1, 2016
1 parent 115a6ec commit 5f9b134
Show file tree
Hide file tree
Showing 14 changed files with 875 additions and 19 deletions.
5 changes: 4 additions & 1 deletion docs/JSCompiler.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,12 @@ <h1 class="page-title">Source: JSCompiler.js</h1>
},
module: {
loaders: [{
test: /jsdom/,
loader: 'null'
}, {
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
loader: 'babel',
query: {cacheDirectory: true, ...this.options}
}, {
test: /\.json$/,
Expand Down
Loading

0 comments on commit 5f9b134

Please sign in to comment.