Skip to content

Commit

Permalink
add standalone.js to glob-loader list
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 23, 2018
1 parent 337c4e2 commit fad7f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var webpackConf = {
}
},
{
test: /src\/JBrowse\/main.js|tests\/js_tests\/main.js/,
test: /src\/JBrowse\/main.js|src\/JBrowse\/standalone.js|tests\/js_tests\/main.js/,
use: [{ loader: path.resolve('build/glob-loader.js') }]
},
{
Expand Down

0 comments on commit fad7f83

Please sign in to comment.