apply babel more liberally to webworker js

This commit is contained in:
Matt Hughes
2018-12-17 15:53:33 -05:00
committed by Dave St.Germain
parent ebd26f6a33
commit 19265ad6e4

View File

@@ -48,7 +48,7 @@ var workerConfig = function() {
{
test: /\.(js|jsx)$/,
include: [
/node_modules\/@edx/
/node_modules\//
],
use: 'babel-loader'
}