Skip to content

Commit

Permalink
watch for new higlass builds
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellenguyen committed Apr 23, 2018
1 parent 5db247f commit 6ff1038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 73 deletions.
73 changes: 0 additions & 73 deletions src/scripts/BasicStackedBarChart.js

This file was deleted.

6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ module.exports = {
library: 'higlass-multivec',
libraryTarget: 'umd',
path: path.resolve(__dirname, 'dist'),
},
devServer: {
contentBase: [
path.join(__dirname, 'node_modules/higlass/build'),
],
watchContentBase: true,
},
optimization: {
minimizer: [
Expand Down

0 comments on commit 6ff1038

Please sign in to comment.