Add task to build extension media (#119294)

This lets us avoid checking in the compiled js files that are used inside webviews and notebooks
This commit is contained in:
Matt Bierner
2021-03-18 19:15:59 -07:00
committed by GitHub
parent 1b52d82871
commit c0885dd0c4
11 changed files with 76 additions and 21 deletions

View File

@@ -5,8 +5,9 @@
const path = require('path');
module.exports = {
mode: 'production',
entry: {
index: './notebook/index.ts'
index: path.join(__dirname, 'notebook', 'index.ts')
},
module: {
rules: [