Skip to content

Commit

Permalink
fix: get it working with jupyter lab (#45)
Browse files Browse the repository at this point in the history
* fix: get it working with jupyter lab
  • Loading branch information
maartenbreddels committed Feb 25, 2019
1 parent 1443cb6 commit d7a97df
Show file tree
Hide file tree
Showing 10 changed files with 1,882 additions and 2,695 deletions.
1 change: 0 additions & 1 deletion js/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = function (config) {
mode: 'development',
resolve: {
extensions: ['.js'],
alias: {'handsontable$': path.resolve(__dirname, './lib/src/handsontable.js')}
},
},
reporters: ['progress', 'mocha'],
Expand Down

0 comments on commit d7a97df

Please sign in to comment.