Skip to content

Commit

Permalink
fix: no need for special nodeps view
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Nov 2, 2023
1 parent 1ca08b5 commit a899daf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ module.exports = [
"vuetify",
],
mode: "production",
resolve: {
alias: {
"./VuetifyView$": path.resolve(__dirname, "src/nodepsVuetifyView.js"),
"./plugins/vuetify$": path.resolve(
__dirname,
"src/plugins/nodepsVuetify.js"
),
},
},
},
{
entry: "./lib/nodepsEmbed.js",
Expand All @@ -116,15 +107,6 @@ module.exports = [
"vuetify",
],
mode: "production",
resolve: {
alias: {
"./VuetifyView$": path.resolve(__dirname, "src/nodepsVuetifyView.js"),
"./plugins/vuetify$": path.resolve(
__dirname,
"src/plugins/nodepsVuetify.js"
),
},
},
},
{
// Embeddable jupyter-vuetify bundle
Expand Down

0 comments on commit a899daf

Please sign in to comment.