Commit 98fbdf7e authored by Vaibhav Sagar's avatar Vaibhav Sagar

jupyterlab-ihaskell/webpack.config.js: remove unnecessary newline

parent c475d15c
......@@ -8,7 +8,6 @@ const outputPath = path.join(packagePath, data.jupyterlab['outputDir']);
class FixupEntryPoint {
apply(compiler) {
compiler.hooks.done.tap('FixupEntryPoint', (stats) => {
const data = fs.readJSONSync(path.join(outputPath, "package.json"));
const remoteEntry = data.jupyterlab._build.load;
const remoteEntryRe = /static\/remoteEntry\.(.*)\.js/;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment