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

@@ -6,8 +6,8 @@ const path = require('path');
module.exports = {
entry: {
index: './preview-src/index.ts',
pre: './preview-src/pre.ts'
index: path.join(__dirname, 'preview-src', 'index.ts'),
pre: path.join(__dirname, 'preview-src', 'pre.ts'),
},
module: {
rules: [