Skip to content

Commit

Permalink
WIP: fix #1330 by adding custom webpackConfig for jlab, broken becaus…
Browse files Browse the repository at this point in the history
…e we don't build a prebuilt ext
  • Loading branch information
sc1f committed Mar 2, 2021
1 parent 283fd5c commit ed42224
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/perspective-jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"typescript": "^3.7.4"
},
"jupyterlab": {
"extension": "dist/index.js"
"extension": "dist/index.js",
"webpackConfig": "./src/config/jupyterlab_webpack.config.js"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/******************************************************************************
*
* Copyright (c) 2018, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms of
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/

module.exports = {
experiments: {
topLevelAwait: true
}
};

0 comments on commit ed42224

Please sign in to comment.