Set up new proctoring service JS

also move mockprock (dev only proctoring service)'s JS to
devDependencies
This commit is contained in:
Matt Hughes
2018-12-10 11:07:22 -05:00
committed by Dave St.Germain
parent 08222f1acb
commit 72a2e191fd
4 changed files with 15 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ module.exports = Merge.smart({
target: 'webworker',
context: __dirname,
entry: {
mockprock: './node_modules/@edx/mockprock/static/index.js'
edx_proctoring_proctortrack: './node_modules/edx-proctoring-proctortrack/edx_proctoring_proctortrack/static/proctortrack_custom.js'
},
output: {
filename: '[name].js',